mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Skip creation of tests/data directory in individual regression test scripts.
It is already being taken care of by the Makefile. Originally committed as revision 18248 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
bbbb885626
commit
7a8d0e9700
@ -45,9 +45,6 @@ else
|
||||
do_md5sum() { echo No md5sum program found; }
|
||||
fi
|
||||
|
||||
# create the data directory if it does not exist
|
||||
mkdir -p $datadir
|
||||
|
||||
FFMPEG_OPTS="-y -flags +bitexact -dct fastint -idct simple -sws_flags +accurate_rnd+bitexact"
|
||||
|
||||
do_ffmpeg()
|
||||
|
@ -1,8 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Make sure that the data directory exists
|
||||
mkdir -p tests/data
|
||||
|
||||
#perl -e 'chomp($wd = `pwd`); print map { s!tests/data/!!; "<Stream $_>\nFile $wd/tests/data/$_\n</Stream>\n\n" } @ARGV' tests/data/a* >> tests/data/ffserver.conf
|
||||
#perl -e 'chomp($wd = `pwd`); print map { s!tests/data/!!; "<Stream $_.asf>\nFile $wd/tests/data/$_\n</Stream>\n\n" } @ARGV' tests/data/a* >> tests/data/ffserver.conf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user