[Ffmpeg-cvslog] r6543 - trunk/libavcodec/Makefile
diego
subversion
Tue Oct 3 20:03:45 CEST 2006
Author: diego
Date: Tue Oct 3 20:03:45 2006
New Revision: 6543
Modified:
trunk/libavcodec/Makefile
Log:
Slightly simplify apiexample compilation command line.
Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile (original)
+++ trunk/libavcodec/Makefile Tue Oct 3 20:03:45 2006
@@ -401,7 +401,7 @@
# api example program
apiexample: apiexample.c $(LIB)
- $(CC) $(CFLAGS) -o $@ $< $(LIB) $(LIBAVUTIL) $(EXTRALIBS)
+ $(CC) $(CFLAGS) -o $@ $^ $(LIBAVUTIL) $(EXTRALIBS)
# cpuid test
cpuid_test: i386/cputest.c
More information about the ffmpeg-cvslog
mailing list