summaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDylan Yudaken <dyudaken@gmail.com>2009-03-31 15:50:11 +0000
committerDiego Biurrun <diego@biurrun.de>2009-03-31 15:50:11 +0000
commit3ba153f8da1f7c4f0191fa9e8344cd699eb5b65f (patch)
treea3c551c492cbf64fbda4f5bbab18115b2732d367 /libavcodec/Makefile
parent41b4dbbb0eb09fbb01c5fe6e2dff6a4f57ae8404 (diff)
downloadffmpeg-streaming-3ba153f8da1f7c4f0191fa9e8344cd699eb5b65f.zip
ffmpeg-streaming-3ba153f8da1f7c4f0191fa9e8344cd699eb5b65f.tar.gz
Replace MPEG group reference DCT implementation by newly rewritten version.
patch by Dylan Yudaken, dyudaken gmail com Originally committed as revision 18274 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index d26a5cf..d86affc 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)fdctref.o $(SUBDIR)aandcttab.o
+$(SUBDIR)dct-test$(EXESUF): $(SUBDIR)dctref.o $(SUBDIR)aandcttab.o
OpenPOWER on IntegriCloud