mirror of https://git.ffmpeg.org/ffmpeg.git
apiexample needs EXTRALIBS
Originally committed as revision 906 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6acce86bdd
commit
cfda33cbad
|
@ -130,7 +130,7 @@ distclean: clean
|
|||
|
||||
# api example program
|
||||
apiexample: apiexample.c $(LIB)
|
||||
$(CC) $(CFLAGS) -o $@ $< $(LIB) -lm
|
||||
$(CC) $(CFLAGS) -o $@ $< $(LIB) $(EXTRALIBS) -lm
|
||||
|
||||
# cpuid test
|
||||
cpuid_test: i386/cputest.c
|
||||
|
|
Loading…
Reference in New Issue