r-windows / rtools-packages

Toolchains and libraries for R-4.0 to R-4.2 (legacy)
https://cran.r-project.org/bin/windows/Rtools/rtools40.html
BSD 3-Clause "New" or "Revised" License
54 stars 36 forks source link

Enable libspeex in ffmpeg #278

Open carlganz opened 1 year ago

carlganz commented 1 year ago

Guessing this won't work without adding libspeex

jeroen commented 1 year ago

And also you forgot the trailing \

jeroen commented 1 year ago

We don't have that lib right now, but you can copy it from https://github.com/msys2/MINGW-packages/tree/master/mingw-w64-speex (make sure to change it to --enable-static --disable-shared as described in the readme of this repo.

carlganz commented 1 year ago

Makes sense will update PR

carlganz commented 1 year ago

So every library speex depends on will also need to be added?

carlganz commented 1 year ago

Officially stumped