mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 13:27:38 +02:00
Stop unconditional dllexport from libplacebo
This commit is contained in:
@ -19,6 +19,8 @@ ffbuild_dockerdl() {
|
||||
ffbuild_dockerbuild() {
|
||||
cd "$FFBUILD_DLDIR/$SELF"
|
||||
|
||||
sed -i 's/DPL_EXPORT/DPL_STATIC/' src/meson.build
|
||||
|
||||
mkdir build && cd build
|
||||
|
||||
local myconf=(
|
||||
|
Reference in New Issue
Block a user