Commit 7f778ed1 authored by Diego Biurrun's avatar Diego Biurrun

Slightly simplify apiexample compilation command line.

Originally committed as revision 6543 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 93555ad5
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment