Skip to content

Commit

Permalink
Fix imgresample-test compilation.
Browse files Browse the repository at this point in the history
Originally committed as revision 6560 to svn://svn.ffmpeg.org/ffmpeg/trunk
  • Loading branch information
DonDiego committed Oct 5, 2006
1 parent 6a07717 commit 9933dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libavcodec/Makefile
Expand Up @@ -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)
Expand Down

0 comments on commit 9933dc7

Please sign in to comment.