diff options
author | Måns Rullgård <mans@mansr.com> | 2009-04-01 01:22:36 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-04-01 01:22:36 +0000 |
commit | e5d0dbf55859041f88522f5c844e4762c12236bd (patch) | |
tree | 49a44c17ea3dbed91237a4ec28d130451421c27e /libavcodec/Makefile | |
parent | 99cc563f26d89c5cca1d0cfd4b8a72e8e2a98fc8 (diff) | |
download | ffmpeg-e5d0dbf55859041f88522f5c844e4762c12236bd.tar.gz |
Remove aandcttab.o from dct-test dependencies, the lib includes it
Originally committed as revision 18299 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 d86affc517..1bceb90714 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -541,4 +541,4 @@ DIRS = alpha arm bfin mlib ppc ps2 sh4 sparc x86 include $(SUBDIR)../subdir.mak -$(SUBDIR)dct-test$(EXESUF): $(SUBDIR)dctref.o $(SUBDIR)aandcttab.o +$(SUBDIR)dct-test$(EXESUF): $(SUBDIR)dctref.o |