diff options
Diffstat (limited to 'linden/indra/cmake/GStreamer.cmake')
-rw-r--r-- | linden/indra/cmake/GStreamer.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/cmake/GStreamer.cmake b/linden/indra/cmake/GStreamer.cmake index 51e1550..992b61e 100644 --- a/linden/indra/cmake/GStreamer.cmake +++ b/linden/indra/cmake/GStreamer.cmake | |||
@@ -66,6 +66,11 @@ else (WINDOWS) | |||
66 | 66 | ||
67 | if (DARWIN) # Mac | 67 | if (DARWIN) # Mac |
68 | 68 | ||
69 | use_prebuilt_binary(flac) | ||
70 | use_prebuilt_binary(liboil) | ||
71 | use_prebuilt_binary(neon) | ||
72 | use_prebuilt_binary(theora) | ||
73 | |||
69 | find_library( XML2_LIB | 74 | find_library( XML2_LIB |
70 | NAMES xml2.2 | 75 | NAMES xml2.2 |
71 | PATHS ${ARCH_PREBUILT_DIRS_RELEASE} | 76 | PATHS ${ARCH_PREBUILT_DIRS_RELEASE} |