mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-16 04:15:05 +00:00
Slightly simplify apiexample compilation command line.
Originally committed as revision 6543 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
93555ad500
commit
7f778ed111
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user