mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-29 22:24:28 +02:00
Re-Add pthread flag for soxr
This commit is contained in:
parent
11b8f6eb0e
commit
157c185e4f
@ -29,6 +29,10 @@ ffbuild_unconfigure() {
|
||||
echo --disable-libsoxr
|
||||
}
|
||||
|
||||
ffbuild_ldflags() {
|
||||
echo -pthread
|
||||
}
|
||||
|
||||
ffbuild_libs() {
|
||||
echo -lgomp
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user