summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-12-15 04:32:23 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-12-22 03:17:55 +0100
commitb85a939633c72f122ecd770856707f7f7d88e48f (patch)
treec1d260433b3b2cf5fa6c51a22b844778a0e69afa
parent7e130ca5b42c03df51fc8b4b5205d38760546a87 (diff)
downloadffmpeg-b85a939633c72f122ecd770856707f7f7d88e48f.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 ed506289d5..d25f155cdc 100755
--- a/configure
+++ b/configure
@@ -5706,6 +5706,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