mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-05-01 15:14:30 +02:00
Update rubberband build options
Signed-off-by: nanake <nanake@users.noreply.github.com>
This commit is contained in:
parent
bbad7e7057
commit
fd4fac0ec7
@ -17,6 +17,8 @@ ffbuild_dockerbuild() {
|
||||
local myconf=(
|
||||
--prefix="$FFBUILD_PREFIX"
|
||||
-Ddefault_library=static
|
||||
-Dfft=fftw
|
||||
-Dresampler=libsamplerate
|
||||
)
|
||||
|
||||
if [[ $TARGET == win* || $TARGET == linux* ]]; then
|
||||
@ -31,9 +33,6 @@ ffbuild_dockerbuild() {
|
||||
meson "${myconf[@]}" ..
|
||||
ninja -j$(nproc)
|
||||
ninja install
|
||||
|
||||
# Fix static linking
|
||||
echo "Requires.private: fftw3 samplerate" >> "$FFBUILD_PREFIX"/lib/pkgconfig/rubberband.pc
|
||||
}
|
||||
|
||||
ffbuild_configure() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user