[FFmpeg-cvslog] configure: Also create tests/api
Michael Niedermayer
git at videolan.org
Sun Jun 28 02:57:30 CEST 2015
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Jun 28 02:41:48 2015 +0200| [d62657eb4abbb0beb027f467d580a6cba529dc1c] | committer: Michael Niedermayer
configure: Also create tests/api
This should fix some problems on some fate clients like openbsd
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d62657eb4abbb0beb027f467d580a6cba529dc1c
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 3765376..c00f7f5 100755
--- a/configure
+++ b/configure
@@ -6014,6 +6014,7 @@ enabled getenv || echo "#define getenv(x) NULL" >> $TMPH
mkdir -p doc
mkdir -p tests
+mkdir -p tests/api
echo "@c auto-generated by configure" > doc/config.texi
print_config ARCH_ "$config_files" $ARCH_LIST
More information about the ffmpeg-cvslog
mailing list