diff options
author | Aleric Inglewood | 2010-09-28 03:09:06 +0200 |
---|---|---|
committer | Aleric Inglewood | 2010-09-28 03:09:06 +0200 |
commit | e71d3ea2fad63fa2ec81685a9b09c1bed6b493be (patch) | |
tree | 25228f189a1d571ded4f568ccb5af1722c3db789 /linden/indra/llmedia | |
parent | RED-556: SNOW-800: Massively duplicated objects (diff) | |
download | meta-impy-e71d3ea2fad63fa2ec81685a9b09c1bed6b493be.zip meta-impy-e71d3ea2fad63fa2ec81685a9b09c1bed6b493be.tar.gz meta-impy-e71d3ea2fad63fa2ec81685a9b09c1bed6b493be.tar.bz2 meta-impy-e71d3ea2fad63fa2ec81685a9b09c1bed6b493be.tar.xz |
RED-560: Imprudence doesn't compile when configured with --standalone
See http://redmine.imprudenceviewer.org/issues/560
Diffstat (limited to 'linden/indra/llmedia')
-rw-r--r-- | linden/indra/llmedia/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llmedia/CMakeLists.txt b/linden/indra/llmedia/CMakeLists.txt index c7b5cd1..f3c8e30 100644 --- a/linden/indra/llmedia/CMakeLists.txt +++ b/linden/indra/llmedia/CMakeLists.txt | |||
@@ -15,6 +15,7 @@ include(Mozlib) | |||
15 | include_directories( | 15 | include_directories( |
16 | ${GSTREAMER_INCLUDE_DIRS} | 16 | ${GSTREAMER_INCLUDE_DIRS} |
17 | ${GSTREAMER_PLUGINS_BASE_INCLUDE_DIRS} | 17 | ${GSTREAMER_PLUGINS_BASE_INCLUDE_DIRS} |
18 | ${GSTREAMER_VIDEO_INCLUDE_DIRS} | ||
18 | ${LLAUDIO_INCLUDE_DIRS} | 19 | ${LLAUDIO_INCLUDE_DIRS} |
19 | ${LLCOMMON_INCLUDE_DIRS} | 20 | ${LLCOMMON_INCLUDE_DIRS} |
20 | ${LLIMAGE_INCLUDE_DIRS} | 21 | ${LLIMAGE_INCLUDE_DIRS} |
@@ -75,5 +76,6 @@ target_link_libraries( | |||
75 | llmedia | 76 | llmedia |
76 | ${GSTREAMER_LIBRARIES} | 77 | ${GSTREAMER_LIBRARIES} |
77 | ${GSTREAMER_PLUGINS_BASE_LIBRARIES} | 78 | ${GSTREAMER_PLUGINS_BASE_LIBRARIES} |
79 | ${GSTREAMER_VIDEO_LIBRARIES} | ||
78 | ${QUICKTIME_LIBRARY} | 80 | ${QUICKTIME_LIBRARY} |
79 | ) | 81 | ) |