diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-11-28 00:32:24 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-11-28 00:32:24 +0000 |
commit | 10ac361827dc1f9a2a355f037d40a2912203acd4 (patch) | |
tree | 59b2f5813cf77957efd91489bf83bd296c9ce9ed /libavcodec/Makefile | |
parent | 2d70cc38c5350a6fe55df594cbd34bea88735559 (diff) | |
download | ffmpeg-10ac361827dc1f9a2a355f037d40a2912203acd4.tar.gz |
Do not duplicate AAN DCT tables in dct-test.c.
Originally committed as revision 15948 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index f1917d8ace..0998993e08 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -498,5 +498,5 @@ DIRS = alpha armv4l bfin i386 mlib ppc ps2 sh4 sparc include $(SUBDIR)../subdir.mak -$(SUBDIR)dct-test$(EXESUF): $(SUBDIR)fdctref.o +$(SUBDIR)dct-test$(EXESUF): $(SUBDIR)fdctref.o $(SUBDIR)aandcttab.o $(SUBDIR)fft-test$(EXESUF): $(SUBDIR)fdctref.o |