zimbatm / ffmpeg-static

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

ERROR: opus not found #25

Closed benbro closed 10 years ago

benbro commented 10 years ago

Trying to build on ubuntu 12.04.

Latest commit didn't work but this commit works https://github.com/stvs/ffmpeg-static/commit/074f0b9c0d44d6658871604c9faa5fb87951c967

thanks

zimbatm commented 10 years ago

@amnonbb: your PR #24 seem to have introduced an issue. Do you mind taking a look ?

amnonbb commented 10 years ago

I'll chek it.

zimbatm commented 10 years ago

Thanks

amnonbb commented 10 years ago

you need to add path to PKG_CONFIG_PATH in env.source: export PKG_CONFIG_PATH="$TARGET_DIR/lib/pkgconfig"

zimbatm commented 10 years ago

Do you mind sending a pull-request with the fix ?

On 13 December 2013 12:50, amnonbb notifications@github.com wrote:

you need to add path to PKG_CONFIG_PATH in env.source: export PKG_CONFIG_PATH="$TARGET_DIR/lib/pkgconfig"

— Reply to this email directly or view it on GitHubhttps://github.com/stvs/ffmpeg-static/issues/25#issuecomment-30506964 .