diff options
Diffstat (limited to 'linden/indra/cmake/LLMedia.cmake')
-rw-r--r-- | linden/indra/cmake/LLMedia.cmake | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/linden/indra/cmake/LLMedia.cmake b/linden/indra/cmake/LLMedia.cmake new file mode 100644 index 0000000..b7bf11c --- /dev/null +++ b/linden/indra/cmake/LLMedia.cmake | |||
@@ -0,0 +1,15 @@ | |||
1 | # -*- cmake -*- | ||
2 | |||
3 | include(GStreamer) | ||
4 | include(QuickTime) | ||
5 | |||
6 | set(LLMEDIA_INCLUDE_DIRS | ||
7 | ${LIBS_OPEN_DIR}/llmedia | ||
8 | ) | ||
9 | |||
10 | set(LLMEDIA_LIBRARIES | ||
11 | llmedia | ||
12 | ${GSTREAMER_LIBRARIES} | ||
13 | ${GSTREAMER_PLUGINS_BASE_LIBRARIES} | ||
14 | ${QUICKTIME_LIBRARY} | ||
15 | ) | ||