summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormplayer-svn <svn@mplayerhq.hu>2012-04-29 15:54:20 +0000
committerwm4 <wm4@nowhere>2012-08-03 03:34:38 +0200
commit254e291a66ee8c1929bc96b911d6d412124469c7 (patch)
treebde0f392a1df4ce7e03a59007166e32ad6348abe
parent882f538efbf446e10b48264081f425cd4cafff9c (diff)
downloadmpv-254e291a66ee8c1929bc96b911d6d412124469c7.tar.bz2
mpv-254e291a66ee8c1929bc96b911d6d412124469c7.tar.xz
configure: try linking in libmad test
Try linking when testing for libmad. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34880 b3059339-0415-0410-9bf9-f77b7e298cf2 Author: cehoyos
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d5e737578d..eba6ee3c97 100755
--- a/configure
+++ b/configure
@@ -3164,7 +3164,7 @@ echores "$_zlib"
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'