[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec Makefile,1.249,1.250
Diego Biurrun CVS
diego
Wed Mar 29 12:59:12 CEST 2006
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv7649
Modified Files:
Makefile
Log Message:
EXTRALIBS already contains -lm, no need to add it explicitly.
Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/Makefile,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -d -r1.249 -r1.250
--- Makefile 27 Mar 2006 22:22:50 -0000 1.249
+++ Makefile 29 Mar 2006 10:59:09 -0000 1.250
@@ -452,7 +452,7 @@
# api example program
apiexample: apiexample.c $(LIB)
- $(CC) $(CFLAGS) -o $@ $< $(LIB) $(LIBAVUTIL) $(EXTRALIBS) -lm
+ $(CC) $(CFLAGS) -o $@ $< $(LIB) $(LIBAVUTIL) $(EXTRALIBS)
# cpuid test
cpuid_test: i386/cputest.c
More information about the ffmpeg-cvslog
mailing list