EXTRALIBS already contains -lm, no need to add it explicitly.
Originally committed as revision 5240 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b88a718a11
commit
dc9cc5ed85
@ -452,7 +452,7 @@ cleanamrwbfloat:
|
|||||||
|
|
||||||
# api example program
|
# api example program
|
||||||
apiexample: apiexample.c $(LIB)
|
apiexample: apiexample.c $(LIB)
|
||||||
$(CC) $(CFLAGS) -o $@ $< $(LIB) $(LIBAVUTIL) $(EXTRALIBS) -lm
|
$(CC) $(CFLAGS) -o $@ $< $(LIB) $(LIBAVUTIL) $(EXTRALIBS)
|
||||||
|
|
||||||
# cpuid test
|
# cpuid test
|
||||||
cpuid_test: i386/cputest.c
|
cpuid_test: i386/cputest.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user