Commit 9933dc71 authored by Diego Biurrun's avatar Diego Biurrun

Fix imgresample-test compilation.

Originally committed as revision 6560 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6a077179
......@@ -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