Commit 4858c6a1 authored by diego's avatar diego

Slightly simplify apiexample compilation command line.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6543 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 18e670d9
......@@ -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