Commit eaca7d83 authored by diego's avatar diego

Fix imgresample-test compilation.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6560 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ab272ec3
......@@ -440,7 +440,7 @@ cpuid_test: i386/cputest.c
# 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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment