1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +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 # api example program
apiexample: apiexample.c $(LIB) apiexample: apiexample.c $(LIB)
$(CC) $(CFLAGS) -o $@ $< $(LIB) -lm $(CC) $(CFLAGS) -o $@ $< $(LIB) $(EXTRALIBS) -lm
# cpuid test # cpuid test
cpuid_test: i386/cputest.c cpuid_test: i386/cputest.c