You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
apiexample needs EXTRALIBS
Originally committed as revision 906 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user