Kodi Community Forum
Linux Compile issue, fFFMpeg - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: Linux Compile issue, fFFMpeg (/showthread.php?tid=294383)



Compile issue, fFFMpeg - luna_s - 2016-10-20

I'm getting this compile error , I was able to compile just fine previously

Code:
configure: "FFmpeg installation forced by user - installing our version"
error fetching https://github.com/xbmc/FFmpeg/archive/3.1.4-Krypton-Beta3.tar.gz
checking for FFMPEG... no
configure: error: "ffmpeg not found"

The URL is 404

Is this known about ?


RE: Compile issue, fFFMpeg - ironic_monkey - 2016-10-20

works for me ™. network or github hickup probably.


RE: Compile issue, fFFMpeg - luna_s - 2016-10-20

Been like that for a few days now, looking at https://github.com/xbmc/FFmpeg/ there is no archive folder ?


RE: Compile issue, fFFMpeg - afedchin - 2016-10-20

`archive` it a virtual folder. see at https://github.com/xbmc/FFmpeg/releases


RE: Compile issue, fFFMpeg - luna_s - 2016-10-21

Managed to build okay this morning, not sure what it was as I tried a few things :-

Removed local source and repulled (Didn't work after this), wgetted the tar file, and did an apt-get update/upgrade - once of those sorted it

Thanks Smile