diff options
author | Måns Rullgård <mans@mansr.com> | 2010-07-08 22:10:14 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-07-08 22:10:14 +0000 |
commit | f955d45226c88d347dc9abcf28379c97ed1705ab (patch) | |
tree | 42e85594c3758ee5964d6f82bdbf7f84a9614977 /Makefile | |
parent | ee4355808c91ce05a2c0396ac6a16ece5b5d23f0 (diff) | |
download | ffmpeg-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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-%=%)" |