# HG changeset patch # User cehoyos # Date 1349637316 0 # Node ID 4d6fba26c46feef596ea22058b0399e4fb6cef5f # Parent 15129bd36699f51c26eb04df4ecaedff4ce053b8 Improve Ogg/Vorbis detection. diff -r 15129bd36699 -r 4d6fba26c46f configure --- a/configure Sat Oct 06 04:49:49 2012 +0000 +++ b/configure Sun Oct 07 19:15:16 2012 +0000 @@ -6306,7 +6306,7 @@ if test "$_libvorbis" = auto; then _libvorbis=no for vorbislibs in '-lvorbis -logg' '-lvorbis -lvorbisenc -logg' ; do - statement_check vorbis/vorbisenc.h 'vorbis_encode_ctl(0, 0, 0)' $vorbislibs && _libvorbis=yes && break + statement_check vorbis/vorbisenc.h 'vorbis_encode_ctl(0, 0, 0); ogg_stream_clear(0)' $vorbislibs && _libvorbis=yes && break done fi if test "$_tremor" = yes ; then