zimbatm / ffmpeg-static

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

Add pkg-config to apt-get install in build-ubuntu.sh #33

Closed d4rky-pl closed 9 years ago

d4rky-pl commented 9 years ago

On some Ubuntu installations pkg-config is not available by default. This pull request adds pkg-config to apt-get install command to make sure it's there and doesn't fail with "opus not found" error.

Silex commented 9 years ago

Thanks!