[Ffmpeg-cvslog] CVS: ffmpeg configure,1.205,1.206
Diego Biurrun CVS
diego
Tue Sep 27 10:35:14 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv9985
Modified Files:
configure
Log Message:
NetBSD build fix: A forgotten $extraflags caused -lm to fall off.
patch by Jan Knutar <jknutar -- at -- nic -- dot -- fi>
Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -d -r1.205 -r1.206
--- configure 26 Sep 2005 10:05:12 -0000 1.205
+++ configure 27 Sep 2005 08:35:12 -0000 1.206
@@ -291,7 +291,7 @@
make="gmake"
LDFLAGS="$LDFLAGS -export-dynamic"
case `uname -r` in
-2.*) extralibs="-lossaudio"
+2.*) extralibs="$extralibs -lossaudio"
;;
esac
;;
More information about the ffmpeg-cvslog
mailing list