[MPlayer-cvslog] r34880 - trunk/configure

cehoyos subversion at mplayerhq.hu
Sun Apr 29 17:54:21 CEST 2012


Author: cehoyos
Date: Sun Apr 29 17:54:20 2012
New Revision: 34880

Log:
Try linking when testing for libmad.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Apr 27 16:33:07 2012	(r34879)
+++ trunk/configure	Sun Apr 29 17:54:20 2012	(r34880)
@@ -6130,7 +6130,7 @@ echores "$_liblzo"
 echocheck "mad support"
 if test "$_mad" = auto ; then
   _mad=no
-  header_check mad.h -lmad && _mad=yes
+  statement_check mad.h 'mad_synth_init(0)' -lmad && _mad=yes
 fi
 if test "$_mad" = yes ; then
   def_mad='#define CONFIG_LIBMAD 1'


More information about the MPlayer-cvslog mailing list