diff options
author | Jennifer Leech <jenn@lindenlab.com> | 2008-06-12 20:51:41 +0000 |
---|---|---|
committer | Jennifer Leech <jenn@lindenlab.com> | 2008-06-12 20:51:41 +0000 |
commit | fbf15572d905799257c07d1ddfb9dea0007e89fe (patch) | |
tree | 090041496a28250356fab7806ff5c02d929a8169 /indra/cmake/Audio.cmake | |
parent | 26a87de287544e923d08addcae4efd51125ac8c0 (diff) |
svn merge -r89258:89534 svn+ssh://svn/svn/linden/branches/install-dev-binaries/idb2-merge-buildme
Diffstat (limited to 'indra/cmake/Audio.cmake')
-rw-r--r-- | indra/cmake/Audio.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/cmake/Audio.cmake b/indra/cmake/Audio.cmake index 895881141a..c6ccab2613 100644 --- a/indra/cmake/Audio.cmake +++ b/indra/cmake/Audio.cmake @@ -1,4 +1,5 @@ # -*- cmake -*- +include(Prebuilt) if (STANDALONE) include(FindPkgConfig) @@ -7,6 +8,7 @@ if (STANDALONE) pkg_check_modules(VORBISENC REQUIRED vorbisenc) pkg_check_modules(VORBISFILE REQUIRED vorbisfile) else (STANDALONE) + use_prebuilt_binary(ogg-vorbis) set(VORBIS_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include) set(VORBISENC_INCLUDE_DIRS ${VORBIS_INCLUDE_DIRS}) set(VORBISFILE_INCLUDE_DIRS ${VORBIS_INCLUDE_DIRS}) |