diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-25 19:00:15 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-25 19:00:15 +0000 |
commit | c04e5fa8275d896cbe57c92303c71544d8e72af9 (patch) | |
tree | ec20fce6b150e33043e59f59165dda89e14b213c /libavcodec/Makefile | |
parent | 7304c2c4ce195a9eace8c578c138128e5768b4d7 (diff) | |
download | ffmpeg-c04e5fa8275d896cbe57c92303c71544d8e72af9.tar.gz |
fft-test does not depend on fdctref.o.
Originally committed as revision 18190 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 037a89b299..8136acc09c 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -542,4 +542,3 @@ DIRS = alpha arm bfin mlib ppc ps2 sh4 sparc x86 include $(SUBDIR)../subdir.mak $(SUBDIR)dct-test$(EXESUF): $(SUBDIR)fdctref.o $(SUBDIR)aandcttab.o -$(SUBDIR)fft-test$(EXESUF): $(SUBDIR)fdctref.o |