diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-08-27 22:20:01 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-08-27 22:20:01 +0000 |
commit | 1b78558a9c344c7df9ca89d37c984ce4d276c32c (patch) | |
tree | b0e299145371aeab7158d0647e15ed5b7e896f90 /tests/Makefile | |
parent | fd7db0fddf21c69a26cfe0c8a5d48744e20988b8 (diff) | |
download | ffmpeg-1b78558a9c344c7df9ca89d37c984ce4d276c32c.tar.gz |
mmx & non-mmx regerssion tests
Originally committed as revision 871 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index d38482ba9f..8cbe8ed2b9 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -6,7 +6,13 @@ 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 all: test |