Open JokerGT opened 2 years ago
did you get it to work in the end?
i gave up in march.. but this time, im successful. i only have some problems on M1
PR's might be good, I don't have a mac to test with easily unfortunately...
I don't have a mac to test with easily unfortunately...
GitHub provides one for 6 hours https://github.com/mxschmitt/action-tmate
whoa, price is right! :)
On Mon, Jan 22, 2024 at 10:26 PM Biswapriyo Nath @.***> wrote:
I don't have a mac to test with easily unfortunately...
GitHub provides one for 6 hours https://github.com/mxschmitt/action-tmate
— Reply to this email directly, view it on GitHub https://github.com/rdp/ffmpeg-windows-build-helpers/issues/622#issuecomment-1905316283, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAADBUCOKA3WYJOQWRQAB7DYP5CXLAVCNFSM5PYQAFOKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOJQGUZTCNRSHAZQ . You are receiving this because you commented.Message ID: @.***>
i try to compile it native on osx monterey / intel and get this error:
after editing in build_zlib() replacing the line do_make_and_make_install "$make_prefix_options ARFLAGS=rcs" with do_make_and_make_install "$make_prefix_options"
it continue....
gnutls was not able to compile because it cannot find libunistring for some reason.. after changing in build_gnutls() generic_configure "--disable-doc --disable-tools --disable-cxx --disable-tests --disable-gtk-doc-html --disable-libdane --disable-nls --enable-local-libopts --disable-guile --with-included-libtasn1 --without-p11-kit" to generic_configure "--disable-doc --disable-tools --disable-cxx --disable-tests --disable-gtk-doc-html --disable-libdane --disable-nls --enable-local-libopts --disable-guile --with-included-libtasn1 --without-p11-kit --with-included-unistring"
it worked
libflite does not compile either:
so i removed it to try to finish the compile
fftw3 is also not compiling.. so i used the modules provided by brew SVT-VP9 seems to be not supported on osx