Kodi Community Forum
FFmpeg failed to configure - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136)
+---- Thread: FFmpeg failed to configure (/showthread.php?tid=97371)



FFmpeg failed to configure - vane.xbmc - 2011-03-21

Hi,

trying to compile XBMC pvr-ppa-test2 and master from today, last git commit: 219728aab9c29a3145d3f3797e53d3fd62e3b648 (I don't know how to tag a state in git, like revision number in svn Huh)

I'm getting this configure error:
configure: error: Submodule lib/ffmpeg failed to configure

Since this is not related with PVR, I have tried mainline XBMC and I get no this error.

Do I suppose this error will get solved in next merge with the mainline?


- opdenkamp - 2011-03-21

that's a local issue. ffmpeg configures and builds fine with the pvr branch, both on linux and windows.

try cleaning up your working copy.


- vane.xbmc - 2011-03-21

dushmaniac Wrote:try cleaning up your working copy.
I made git clean -xvf and bootstrap again and now it is configured successfully. Thanks.