summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-03-29 10:59:09 +0000
committerDiego Biurrun <diego@biurrun.de>2006-03-29 10:59:09 +0000
commitdc9cc5ed85b8e596d27682923bae6ac254afda09 (patch)
treeed938c5718c2ff04c290dfaacb645290e967bcff /libavcodec/Makefile
parentb88a718a117d4d61dad3143ae8b7f46be4c95651 (diff)
EXTRALIBS already contains -lm, no need to add it explicitly.
Originally committed as revision 5240 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 10bc45b967..b1c5788841 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -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