Mercurial > libavcodec.hg
changeset 3935:663ff849562b libavcodec
Fix imgresample-test compilation.
author | diego |
---|---|
date | Thu, 05 Oct 2006 01:28:25 +0000 |
parents | f2f03d25e58c |
children | eb62107248ca |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Oct 05 00:51:40 2006 +0000 +++ b/Makefile Thu Oct 05 01:28:25 2006 +0000 @@ -440,7 +440,7 @@ # testing progs imgresample-test: imgresample.c $(LIB) - $(CC) $(CFLAGS) -DTEST -o $@ $^ -lm + $(CC) $(CFLAGS) -DTEST -o $@ $^ $(EXTRALIBS) dct-test: dct-test.o fdctref.o $(LIB) $(CC) -o $@ $^ $(EXTRALIBS)