diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-10-03 18:03:45 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-03 18:03:45 +0000 |
commit | 7f778ed111aa09a3f36782195eea84233f33ad73 (patch) | |
tree | ee3ba38ae1bd9d8ce0c2b2b48eaecb18ea92b714 /libavcodec | |
parent | 93555ad5003582aa65f1c9d03b8f739e05ddaf60 (diff) | |
download | ffmpeg-7f778ed111aa09a3f36782195eea84233f33ad73.tar.gz |
Slightly simplify apiexample compilation command line.
Originally committed as revision 6543 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 083222160f..17481c3893 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 |