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

2014-12-15 Thread Michael Niedermayer
On Sun, Dec 14, 2014 at 11:34:08PM -0800, Dave Yeo wrote:
 On 12/14/14 07:42 PM, Michael Niedermayer wrote:
 This fixes an issue where the tests directory is not created for out of tree
 builds before its needed
 
 Signed-off-by: Michael Niedermayer michae...@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
 
 
 Works fine here

applied

thanks

[...]
-- 
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

No human being will ever know the Truth, for even if they happen to say it
by chance, they would not even known they had done so. -- Xenophanes


signature.asc
Description: Digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


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

2014-12-14 Thread Michael Niedermayer
This fixes an issue where the tests directory is not created for out of tree
builds before its needed

Signed-off-by: Michael Niedermayer michae...@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

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


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

2014-12-14 Thread Dave Yeo

On 12/14/14 07:42 PM, Michael Niedermayer wrote:

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

Signed-off-by: Michael Niedermayer michae...@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



Works fine here
Dave
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel