summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-07-08 22:10:14 +0000
committerMåns Rullgård <mans@mansr.com>2010-07-08 22:10:14 +0000
commitf955d45226c88d347dc9abcf28379c97ed1705ab (patch)
tree42e85594c3758ee5964d6f82bdbf7f84a9614977 /Makefile
parentee4355808c91ce05a2c0396ac6a16ece5b5d23f0 (diff)
downloadffmpeg-streaming-f955d45226c88d347dc9abcf28379c97ed1705ab.zip
ffmpeg-streaming-f955d45226c88d347dc9abcf28379c97ed1705ab.tar.gz
Change names of regtest output files to closer match the reference files
Originally committed as revision 24127 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0040bd1..fe39154 100644
--- a/Makefile
+++ b/Makefile
@@ -210,7 +210,7 @@ $(VCODEC_TESTS): $(VREF)
$(LAVF_TESTS) $(LAVFI_TESTS): $(REFS)
REFFILE = $(SRC_PATH)/tests/ref/$(1)/$(2:regtest-%=%)
-RESFILE = tests/data/$(2:regtest-%=%).$(1).regression
+RESFILE = tests/data/regression/$(1)/$(2:regtest-%=%)
define VCODECTEST
@echo "TEST VCODEC $(1:regtest-%=%)"
OpenPOWER on IntegriCloud