1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-26 03:11:51 +02:00

apiexample needs EXTRALIBS

Originally committed as revision 906 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2002-09-05 10:06:20 +00:00
parent 6acce86bdd
commit cfda33cbad

View File

@ -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