Re-Add pthread flag for soxr
This commit is contained in:
parent
11b8f6eb0e
commit
157c185e4f
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ ffbuild_unconfigure() {
|
|||
echo --disable-libsoxr
|
||||
}
|
||||
|
||||
ffbuild_ldflags() {
|
||||
echo -pthread
|
||||
}
|
||||
|
||||
ffbuild_libs() {
|
||||
echo -lgomp
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue