Mercurial > libavcodec.hg
diff Makefile @ 3229:0afff8f416e6 libavcodec
EXTRALIBS already contains -lm, no need to add it explicitly.
| author | diego |
|---|---|
| date | Wed, 29 Mar 2006 10:59:09 +0000 |
| parents | 28aaf0a0135e |
| children | 226ffbb6fd02 |
line wrap: on
line diff
--- a/Makefile Wed Mar 29 09:20:44 2006 +0000 +++ b/Makefile Wed Mar 29 10:59:09 2006 +0000 @@ -452,7 +452,7 @@ # 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
