[MPlayer-cvslog] r35247 - trunk/configure
    cehoyos 
    subversion at mplayerhq.hu
       
    Sun Oct 14 13:01:36 CEST 2012
    
    
  
Author: cehoyos
Date: Sun Oct 14 13:01:35 2012
New Revision: 35247
Log:
Change the order of tested libvorbis ldflags.
This fixes libvorbis linking on some systems.
Tested by Krzysztof Duchnowski.
Modified:
   trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Oct 13 19:04:42 2012	(r35246)
+++ trunk/configure	Sun Oct 14 13:01:35 2012	(r35247)
@@ -6305,7 +6305,7 @@ if test "$_tremor" = auto; then
 fi
 if test "$_libvorbis" = auto; then
   _libvorbis=no
-  for vorbislibs in '-lvorbis -logg' '-lvorbis -lvorbisenc -logg' ; do
+  for vorbislibs in '-lvorbis -lvorbisenc -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
    
    
More information about the MPlayer-cvslog
mailing list