changeset 3924:9a7b08529625 libavcodec

Slightly simplify apiexample compilation command line.
author diego
date Tue, 03 Oct 2006 18:03:45 +0000
parents f5faf4b1b30e
children a113944b08fc
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Oct 03 17:59:10 2006 +0000
+++ b/Makefile	Tue Oct 03 18:03:45 2006 +0000
@@ -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