diff options
-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) |