Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-05-27 17:59:13 +0400
committerDiego Biurrun <diego@biurrun.de>2007-05-27 17:59:13 +0400
commitacfd623e8fb2fe38740f6bf697b64e5742f589f3 (patch)
treed6ed4e0d53c09057d42fc236aa11c5ceed0d1dc9 /tests
parent0cda58aaaa93db7d5dfbc95a2c5ea929c2e6d793 (diff)
better variable names
Originally committed as revision 9138 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 7f18549223..46944ad3b6 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -9,8 +9,8 @@ SRC_DIR=$(SRC_PATH)/tests
BUILD_DIR=$(BUILD_ROOT)/tests
CFLAGS=-O2 -Wall -g
-REFFILE1=$(SRC_DIR)/ffmpeg.regression.ref
-REFFILE2=$(SRC_DIR)/rotozoom.regression.ref
+FFMPEG_REFFILE=$(SRC_DIR)/ffmpeg.regression.ref
+ROTOZOOM_REFFILE=$(SRC_DIR)/rotozoom.regression.ref
SERVER_REFFILE=$(SRC_DIR)/ffserver.regression.ref
@@ -28,8 +28,8 @@ test-server: vsynth1/00.pgm asynth1.sw
$(SRC_DIR)/server-regression.sh $(SERVER_REFFILE) $(SRC_DIR)/test.conf
codectest mpeg4 mpeg ac3 snow snowll: vsynth1/00.pgm vsynth2/00.pgm asynth1.sw tiny_psnr$(EXESUF)
- $(SRC_DIR)/regression.sh $@ $(REFFILE1) vsynth1
- $(SRC_DIR)/regression.sh $@ $(REFFILE2) vsynth2
+ $(SRC_DIR)/regression.sh $@ $(FFMPEG_REFFILE) vsynth1
+ $(SRC_DIR)/regression.sh $@ $(ROTOZOOM_REFFILE) vsynth2
ifeq ($(CONFIG_GPL),yes)
libavtest: vsynth1/00.pgm asynth1.sw