[FFmpeg-devel] [PATCH] configure: create the tests directory like the doc directory

Michael Niedermayer michaelni at gmx.at
Mon Dec 15 04:42:23 CET 2014


This fixes an issue where the tests directory is not created for out of tree
builds before its needed

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
 configure |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 0ec1a7c..3328026 100755
--- a/configure
+++ b/configure
@@ -5722,6 +5722,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
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list