mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-05-02 15:44:32 +02:00
Fix rubberband static build
This commit is contained in:
parent
f0fba7b6b0
commit
dd3eefc083
@ -16,7 +16,7 @@ ffbuild_dockerbuild() {
|
|||||||
|
|
||||||
local myconf=(
|
local myconf=(
|
||||||
--prefix="$FFBUILD_PREFIX"
|
--prefix="$FFBUILD_PREFIX"
|
||||||
-Dno_shared=true
|
-Ddefault_library=static
|
||||||
)
|
)
|
||||||
|
|
||||||
if [[ $TARGET == win* || $TARGET == linux* ]]; then
|
if [[ $TARGET == win* || $TARGET == linux* ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user