[Mplayer-cvslog] CVS: main configure,1.781,1.782
Dmitry Baryshkov CVS
lumag at mplayerhq.hu
Mon Oct 6 09:21:39 CEST 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv24241
Modified Files:
configure
Log Message:
Fix external FLAC detection on Mandrake.
Patch by G:otz Waschk <waschk at informatik dot uni-rostock dot de>
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.781
retrieving revision 1.782
diff -u -r1.781 -r1.782
--- configure 5 Oct 2003 17:15:09 -0000 1.781
+++ configure 6 Oct 2003 07:21:01 -0000 1.782
@@ -5267,7 +5267,7 @@
}
EOF
_flac=no
- if cc_check -lFLAC ; then
+ if cc_check -lFLAC -lm ; then
_flac=external
fi
else
@@ -5280,7 +5280,7 @@
#Still use dither.c & replay_gain from libmpflac
_def_mpflac='#undef USE_MPFLAC_DECODER'
_mpflac='process'
- _ld_flac='-lFLAC -Llibmpflac -lmpflac'
+ _ld_flac='-lFLAC -lm -Llibmpflac -lmpflac'
_codecmodules="flac(external) $_codecmodules"
echores "yes (using external libFLAC)"
else
More information about the MPlayer-cvslog
mailing list