diff options
author | McCabe Maxsted | 2010-09-07 18:01:44 -0700 |
---|---|---|
committer | Armin Weatherwax | 2010-09-23 15:38:30 +0200 |
commit | 092fda55d8537e7655a545634e443c6c6c3dde0b (patch) | |
tree | 608feb0cf51cf5b704628ad1256b7f5bd4458093 /linden/indra/media_plugins/CMakeLists.txt | |
parent | Removed some bad merge entries from newview/CMakeLists.txt (diff) | |
download | meta-impy-092fda55d8537e7655a545634e443c6c6c3dde0b.zip meta-impy-092fda55d8537e7655a545634e443c6c6c3dde0b.tar.gz meta-impy-092fda55d8537e7655a545634e443c6c6c3dde0b.tar.bz2 meta-impy-092fda55d8537e7655a545634e443c6c6c3dde0b.tar.xz |
Added fix for word size from Snowglobe (only for Windows--didn't update Linux or Mac as I can't test them)
Diffstat (limited to '')
-rw-r--r-- | linden/indra/media_plugins/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/media_plugins/CMakeLists.txt b/linden/indra/media_plugins/CMakeLists.txt index d35afd8..cc03d9c 100644 --- a/linden/indra/media_plugins/CMakeLists.txt +++ b/linden/indra/media_plugins/CMakeLists.txt | |||
@@ -9,3 +9,5 @@ add_subdirectory(gstreamer010) | |||
9 | if (WINDOWS OR DARWIN) | 9 | if (WINDOWS OR DARWIN) |
10 | add_subdirectory(quicktime) | 10 | add_subdirectory(quicktime) |
11 | endif (WINDOWS OR DARWIN) | 11 | endif (WINDOWS OR DARWIN) |
12 | |||
13 | add_subdirectory(example) | ||