diff options
author | Jacek Antonelli | 2009-04-30 13:04:20 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-04-30 13:07:16 -0500 |
commit | ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e (patch) | |
tree | 8348301d0ac44a524f1819b777686bf086907d76 /linden/indra/cmake/Audio.cmake | |
parent | Second Life viewer sources 1.22.11 (diff) | |
download | meta-impy-ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e.zip meta-impy-ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e.tar.gz meta-impy-ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e.tar.bz2 meta-impy-ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e.tar.xz |
Second Life viewer sources 1.23.0-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/cmake/Audio.cmake | 16 |
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) |