oggvorbis configure test
Michael Olbrich
michael-olbrich at web.de
Sat Sep 10 14:17:33 BST 2005
Hi!
I'm not sure about other versions of libvorbis but in the version I have
vorbis_info_clear and vorbis_bitrate_addblock are in libvorbis.so.0.3.0
not libvorbisenc.so.2.0.0
The patch for the 3.5 branch.
michael
Index: kdemultimedia/configure.in.in
===================================================================
--- kdemultimedia/configure.in.in (revision 459236)
+++ kdemultimedia/configure.in.in (working copy)
@@ -104,10 +104,10 @@
KDE_CHECK_LIB(vorbisfile, ov_open,
[:], [have_oggvorbis=no], -lvorbis -logg)
- KDE_CHECK_LIB(vorbisenc, vorbis_info_clear,
+ KDE_CHECK_LIB(vorbis, vorbis_info_clear,
[:], [have_oggvorbis=no])
- KDE_CHECK_LIB(vorbisenc, vorbis_bitrate_addblock,
+ KDE_CHECK_LIB(vorbis, vorbis_bitrate_addblock,
[have_vorbis_value=2], [have_vorbis_value=1])
if test "x$have_oggvorbis" = xyes; then
More information about the kde-multimedia
mailing list