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

Michael Niedermayer git at videolan.org
Mon Dec 22 03:32:47 CET 2014


ffmpeg | branch: release/2.5 | Michael Niedermayer <michaelni at gmx.at> | Mon Dec 15 04:32:23 2014 +0100| [b85a939633c72f122ecd770856707f7f7d88e48f] | committer: Michael Niedermayer

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 at telus.net>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
(cherry picked from commit e631872f13b6be0583603d45a11e53319754bc8d)

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b85a939633c72f122ecd770856707f7f7d88e48f
---

 configure |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index ed50628..d25f155 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



More information about the ffmpeg-cvslog mailing list