Kodi Community Forum
[Solved] Compile error: ffmpeg - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: [Solved] Compile error: ffmpeg (/showthread.php?tid=185474)

Pages: 1 2


RE: [Solved] Compile error: ffmpeg - wsnipex - 2014-04-23

can you try if this fixes it: https://github.com/xbmc/xbmc/pull/4266/files


RE: [Solved] Compile error: ffmpeg - manio - 2014-04-24

(2014-04-23, 23:55)wsnipex Wrote: can you try if this fixes it: https://github.com/xbmc/xbmc/pull/4266/files

Forgot to mention before. Yes, I was trying your PR (fritsch suggestion), but it doesn't affect this problem (I still had to make a manual Makefile change to be able to link). Of course I built it from scratch after applying your PR patch.


RE: [Solved] Compile error: ffmpeg - wickedsun - 2014-04-25

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745233

Seems related.


RE: [Solved] Compile error: ffmpeg - manio - 2014-04-30

Yes, indeed it has to be related. It seems they fixed it in the debian. Now I can compile master xbmc without any problems. Thank you! Smile


RE: [Solved] Compile error: ffmpeg - wsnipex - 2014-04-30

I fear thats not the case. I think xbmc master does a better job at detecting needed libs.
Could you try to build Gotham?


RE: [Solved] Compile error: ffmpeg - manio - 2014-04-30

@wsnipex
Sure, I just build exactly same version (15561b4) which was problematic before. Now compiled fine.
I also noticed that when I was doing full-upgrade recently, the packages: librtmp-dev and libgmp-dev was automatically removed.


RE: [Solved] Compile error: ffmpeg - sccplg - 2014-04-30

As tested recently, the problem no longer occurs since ffmpeg has been updated to version 2.2 (one day ago - Merge pull request # 4595 from FernetMenta/ffmpeg2 a day ago) in the master branch.
greetings.


RE: [Solved] Compile error: ffmpeg - wsnipex - 2014-05-04

Gotham branch fixed: https://github.com/xbmc/xbmc/pull/4642
Master was fixed before with the ffmpeg2 merge.