[MPlayer-dev-eng] [PATCH] external libflac on ppc
Guido Guenther
agx at sigxcpu.org
Tue Oct 7 17:37:49 CEST 2003
Hi,
to use an external libflac on ppc we need to link the example with -lm
to avoid undefined references to log(), patch is against CVS of
20031005:
+--- configure.agx 2003-10-07 15:48:01.000000000 +0200
++++ configure 2003-10-07 15:48:21.000000000 +0200
+@@ -5259,7 +5259,7 @@
+ }
+ EOF
+ _flac=no
+- if cc_check -lFLAC ; then
++ if cc_check -lm -lFLAC ; then
+ _flac=external
+ fi
+ else
Cheers,
-- Guido
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20031007/15307721/attachment.pgp>
More information about the MPlayer-dev-eng
mailing list