aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-12-15 04:32:23 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-12-16 15:54:10 +0100
commit8815ddc29fa43049413c032638bd39945c15fd01 (patch)
tree830108217e6c0090514ee7ae1c4be139def11f45
parent5ceae49caf088040c9bac45b5758390baea41c34 (diff)
downloadffmpeg-8815ddc29fa43049413c032638bd39945c15fd01.tar.gz
configure: create the tests directory like the doc directory
This fixes an issue where the tests directory is not created for out of tree builds before its needed Tested-by: Dave Yeo <daveryeo@telus.net> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit e631872f13b6be0583603d45a11e53319754bc8d) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index c93876a7ed..2104232881 100755
--- a/configure
+++ b/configure
@@ -5628,6 +5628,7 @@ enabled getenv || echo "#define getenv(x) NULL" >> $TMPH
mkdir -p doc
+mkdir -p tests
echo "@c auto-generated by configure" > doc/config.texi
print_config ARCH_ "$config_files" $ARCH_LIST