mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-18 13:21:08 +00:00
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
|
||||
apiexample: apiexample.c $(LIB)
|
||||
$(CC) $(CFLAGS) -o $@ $< $(LIB) $(LIBAVUTIL) $(EXTRALIBS) -lm
|
||||
$(CC) $(CFLAGS) -o $@ $< $(LIB) $(LIBAVUTIL) $(EXTRALIBS)
|
||||
|
||||
# cpuid test
|
||||
cpuid_test: i386/cputest.c
|
||||
|
Loading…
Reference in New Issue
Block a user