aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmedia/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llmedia/CMakeLists.txt')
-rw-r--r--linden/indra/llmedia/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llmedia/CMakeLists.txt b/linden/indra/llmedia/CMakeLists.txt
index cd4167a..ea0ce1a 100644
--- a/linden/indra/llmedia/CMakeLists.txt
+++ b/linden/indra/llmedia/CMakeLists.txt
@@ -31,6 +31,7 @@ set(llmedia_SOURCE_FILES
31 llmediamanager.cpp 31 llmediamanager.cpp
32 llmediaimplgstreamer.cpp 32 llmediaimplgstreamer.cpp
33 llmediaimplgstreamervidplug.cpp 33 llmediaimplgstreamervidplug.cpp
34 llgstplaythread.cpp
34 ) 35 )
35 36
36set(llmedia_HEADER_FILES 37set(llmedia_HEADER_FILES
@@ -47,6 +48,7 @@ set(llmedia_HEADER_FILES
47 llmediaobserver.h 48 llmediaobserver.h
48 llmediaimplgstreamer.h 49 llmediaimplgstreamer.h
49 llmediaimplgstreamervidplug.h 50 llmediaimplgstreamervidplug.h
51 llgstplaythread.h
50 ) 52 )
51 53
52 # Work around a bad interaction between broken gstreamer headers and 54 # Work around a bad interaction between broken gstreamer headers and