[FFmpeg-cvslog] fate: add support for specifying the shell used to run configure

Michael Niedermayer git at videolan.org
Mon Jan 30 20:47:56 CET 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Jan 30 01:57:33 2012 +0100| [d2a47c947363e1b56450b6a66c7bc15c58c1f4a9] | committer: Michael Niedermayer

fate: add support for specifying the shell used to run configure

Reviewed-by: Paul B Mahol <onemda at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 tests/fate.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/fate.sh b/tests/fate.sh
index e04c871..a7b15cd 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -41,7 +41,7 @@ update()(
 
 configure()(
     cd ${build} || return
-    ${src}/configure                                                    \
+    ${shell} ${src}/configure                                           \
         --prefix="${inst}"                                              \
         --samples="${samples}"                                          \
         --enable-gpl                                                    \



More information about the ffmpeg-cvslog mailing list