Skip to content
Snippets Groups Projects
Commit 9933dc71 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Fix imgresample-test compilation.

Originally committed as revision 6560 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6a077179
No related branches found
No related tags found
No related merge requests found
...@@ -440,7 +440,7 @@ cpuid_test: i386/cputest.c ...@@ -440,7 +440,7 @@ cpuid_test: i386/cputest.c
# testing progs # testing progs
imgresample-test: imgresample.c $(LIB) imgresample-test: imgresample.c $(LIB)
$(CC) $(CFLAGS) -DTEST -o $@ $^ -lm $(CC) $(CFLAGS) -DTEST -o $@ $^ $(EXTRALIBS)
dct-test: dct-test.o fdctref.o $(LIB) dct-test: dct-test.o fdctref.o $(LIB)
$(CC) -o $@ $^ $(EXTRALIBS) $(CC) -o $@ $^ $(EXTRALIBS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment