diff options
author | Jacek Antonelli | 2010-11-13 15:30:07 -0600 |
---|---|---|
committer | Jacek Antonelli | 2010-11-13 15:30:07 -0600 |
commit | 99817b5eaf819ad689192eab5adf1589ca38afa6 (patch) | |
tree | b21f93e91db258db1f52578fce0f33eb24724f05 /linden/indra | |
parent | GStreamer010 plugin needs Carbon.h on Mac. (diff) | |
download | meta-impy-99817b5eaf819ad689192eab5adf1589ca38afa6.zip meta-impy-99817b5eaf819ad689192eab5adf1589ca38afa6.tar.gz meta-impy-99817b5eaf819ad689192eab5adf1589ca38afa6.tar.bz2 meta-impy-99817b5eaf819ad689192eab5adf1589ca38afa6.tar.xz |
Use Quicktime plugin on Mac, not GStreamer.
Diffstat (limited to 'linden/indra')
-rwxr-xr-x | linden/indra/media_plugins/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/media_plugins/CMakeLists.txt b/linden/indra/media_plugins/CMakeLists.txt index c4f2555..a4c6b18 100755 --- a/linden/indra/media_plugins/CMakeLists.txt +++ b/linden/indra/media_plugins/CMakeLists.txt | |||
@@ -4,12 +4,12 @@ add_subdirectory(base) | |||
4 | 4 | ||
5 | add_subdirectory(webkit) | 5 | add_subdirectory(webkit) |
6 | 6 | ||
7 | if (LINUX OR DARWIN) | 7 | if (LINUX) |
8 | add_subdirectory(gstreamer010) | 8 | add_subdirectory(gstreamer010) |
9 | endif (LINUX OR DARWIN) | 9 | endif (LINUX) |
10 | 10 | ||
11 | if (WINDOWS) | 11 | if (WINDOWS OR DARWIN) |
12 | add_subdirectory(quicktime) | 12 | add_subdirectory(quicktime) |
13 | endif (WINDOWS) | 13 | endif (WINDOWS OR DARWIN) |
14 | 14 | ||
15 | add_subdirectory(example) | 15 | add_subdirectory(example) |