mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-05-08 02:24:30 +02:00
Define prefix during build
This commit is contained in:
parent
98def95861
commit
012fed6771
2
build.sh
2
build.sh
@ -18,6 +18,8 @@ get_output() {
|
||||
source "variants/${VARIANT}.sh"
|
||||
source "variants/${TARGET}-${VARIANT}.sh"
|
||||
|
||||
export FFBUILD_PREFIX="$(docker run --rm btbn/ffmpeg-builder:win64-gpl bash -c 'echo $FFBUILD_PREFIX')"
|
||||
|
||||
for script in scripts.d/*.sh; do
|
||||
FF_CONFIGURE+=" $(get_output $script configure)"
|
||||
FF_CFLAGS+=" $(get_output $script cflags)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user