Skip to content
Snippets Groups Projects
Commit dc9cc5ed authored by Diego Biurrun's avatar Diego Biurrun
Browse files

EXTRALIBS already contains -lm, no need to add it explicitly.

Originally committed as revision 5240 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b88a718a
No related branches found
No related tags found
No related merge requests found
...@@ -452,7 +452,7 @@ cleanamrwbfloat: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment