changeset 35154:0dce150a6f51

Change order of libraries when linking with libvorbisenc.
author cehoyos
date Sun, 14 Oct 2012 20:06:09 +0000
parents 95ccce972b4b
children 303bf4bab982
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Oct 14 11:01:35 2012 +0000
+++ b/configure	Sun Oct 14 20:06:09 2012 +0000
@@ -6305,7 +6305,7 @@
 fi
 if test "$_libvorbis" = auto; then
   _libvorbis=no
-  for vorbislibs in '-lvorbis -lvorbisenc -logg' '-lvorbis -logg' ; do
+  for vorbislibs in '-lvorbisenc -lvorbis -logg' '-lvorbis -logg' ; do
     statement_check vorbis/vorbisenc.h 'vorbis_encode_ctl(0, 0, 0); ogg_stream_clear(0)' $vorbislibs && _libvorbis=yes && break
   done
 fi