From 7f778ed111aa09a3f36782195eea84233f33ad73 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 3 Oct 2006 18:03:45 +0000 Subject: [PATCH] Slightly simplify apiexample compilation command line. Originally committed as revision 6543 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 0832221..17481c3 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -401,7 +401,7 @@ clean:: # 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 -- 2.7.4