Use check_function_exists to check for vorbis_bitrate_addblock
commit5c7f49b7f5d48b53ed046eaa5c602f57e2dde58d
authorChris Robinson <chris.kcat@gmail.com>
Thu, 14 Jul 2011 22:30:46 +0000 (14 15:30 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Thu, 14 Jul 2011 22:30:46 +0000 (14 15:30 -0700)
tree97535307dcd121d32b5e8c285a85842ec1236b3c
parent9a3f6c49affa4ef46acd1f3bd262dcf12f5c430f
Use check_function_exists to check for vorbis_bitrate_addblock

libvorbis and libvorbisenc (and other prerequisites) are already included
through the CMAKE_REQUIRED_LIBRARIES variable. There's no need to specify
libvorbis again.
cmake/FindOggVorbis.cmake