aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/Audio.cmake
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/cmake/Audio.cmake16
1 files changed, 12 insertions, 4 deletions
diff --git a/linden/indra/cmake/Audio.cmake b/linden/indra/cmake/Audio.cmake
index c6ccab2..d23bc2f 100644
--- a/linden/indra/cmake/Audio.cmake
+++ b/linden/indra/cmake/Audio.cmake
@@ -14,10 +14,18 @@ else (STANDALONE)
14 set(VORBISFILE_INCLUDE_DIRS ${VORBIS_INCLUDE_DIRS}) 14 set(VORBISFILE_INCLUDE_DIRS ${VORBIS_INCLUDE_DIRS})
15 15
16 if (WINDOWS) 16 if (WINDOWS)
17 set(OGG_LIBRARIES ogg_static_mt) 17 set(OGG_LIBRARIES
18 set(VORBIS_LIBRARIES vorbis_static_mt) 18 optimized ogg_static
19 set(VORBISENC_LIBRARIES vorbisenc_static_mt) 19 debug ogg_static_d)
20 set(VORBISFILE_LIBRARIES vorbisfile_static_mt) 20 set(VORBIS_LIBRARIES
21 optimized vorbis_static
22 debug vorbis_static_d)
23 set(VORBISENC_LIBRARIES
24 optimized vorbisenc_static
25 debug vorbisenc_static_d)
26 set(VORBISFILE_LIBRARIES
27 optimized vorbisfile_static
28 debug vorbisfile_static_d)
21 else (WINDOWS) 29 else (WINDOWS)
22 set(OGG_LIBRARIES ogg) 30 set(OGG_LIBRARIES ogg)
23 set(VORBIS_LIBRARIES vorbis) 31 set(VORBIS_LIBRARIES vorbis)