Mercurial > libavcodec.hg
changeset 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 | ad50f9ef5c6b |
children | 1b08812fa15c |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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