diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-08-30 19:49:12 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-08-30 19:49:12 +0000 |
commit | 463678ac8bce3845514f2d9a62e3220f513e5eac (patch) | |
tree | 6bfc5c7787f68cafb5f74ee1a3b6a04b08576e4e /tests/Makefile | |
parent | 3f027ca76cb1424fa1c80bf76499e089921f537b (diff) | |
download | ffmpeg-463678ac8bce3845514f2d9a62e3220f513e5eac.tar.gz |
using only the fast int dct for regression tests
Originally committed as revision 884 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/Makefile b/tests/Makefile index 8cbe8ed2b9..746f190f04 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -7,11 +7,7 @@ include ../config.mak VPATH=$(SRC_PATH)/tests CFLAGS=-O2 -Wall -g -ifeq ($(TARGET_MMX),yes) -REFFILE=$(SRC_PATH)/tests/ffmpeg.regression.ref.mmx -else REFFILE=$(SRC_PATH)/tests/ffmpeg.regression.ref -endif LIBAV_REFFILE=$(SRC_PATH)/tests/libav.regression.ref |