zimbatm / ffmpeg-static

Scripts to build ffmpeg with all the deps statically (webm + h264 included)
ISC License
497 stars 249 forks source link

Opus won't link on OSX 10.6.8 #27

Closed csparker247 closed 2 years ago

csparker247 commented 10 years ago

By default, I can't get Opus to link on OSX 10.6.8. Seems to be because I didn't have pkg-config installed. I just used homebrew to install it, so not familiar with whether or not it can be included in build.sh. Maybe just update documentation to indicate needing to install it?