mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
fate: add support for specifying the shell used to run configure
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
2ab5feafe1
commit
d2a47c9473
@ -41,7 +41,7 @@ update()(
|
||||
|
||||
configure()(
|
||||
cd ${build} || return
|
||||
${src}/configure \
|
||||
${shell} ${src}/configure \
|
||||
--prefix="${inst}" \
|
||||
--samples="${samples}" \
|
||||
--enable-gpl \
|
||||
|
Loading…
Reference in New Issue
Block a user