git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
using only the fast int dct for regression tests
[ffmpeg.git]
/
tests
/
Makefile
diff --git
a/tests/Makefile
b/tests/Makefile
index
8cbe8ed
..
746f190
100644
(file)
--- 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