mirror of https://git.ffmpeg.org/ffmpeg.git
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()(
|
configure()(
|
||||||
cd ${build} || return
|
cd ${build} || return
|
||||||
${src}/configure \
|
${shell} ${src}/configure \
|
||||||
--prefix="${inst}" \
|
--prefix="${inst}" \
|
||||||
--samples="${samples}" \
|
--samples="${samples}" \
|
||||||
--enable-gpl \
|
--enable-gpl \
|
||||||
|
|
Loading…
Reference in New Issue