Linux Building from source Ubuntu minimal
#1
Building from source using Ubuntu minimal 12.04.2/x64 there are some missing package requirements.

pkg-config is missing, also libavcodec doesn't seem to match versions.

./configure: line 15410: syntax error near unexpected token `FFMPEG,'
./configure: line 15410: ` PKG_CHECK_MODULES(FFMPEG, libavcodec,'

Huh
Reply
#2
Building what exactly?
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#3
http://wiki.xbmc.org/index.php?title=PVR...FromSource

http://forum.xbmc.org/showthread.php?tid=141369

I should state, XBMC builds fine, but the Myth plugin does not.
Reply
#4
Install pkg-config. That line says its missing and it will fix that FFMpeg error. Just run ./bootstrap again after you install pkg-config

I know it works, had the same issue Smile

Cheers!
Reply

Logout Mark Read Team Forum Stats Members Help
Building from source Ubuntu minimal0