Kodi Community Forum

Full Version: compiling xbmc for fedora 19
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I'm trying to compile xbmc 12.2 for fedora 19 (x86_64) using the git repo used by rpmfusion here:
http://rpmfusion.org/xbmc so I can have an rpm. The build is working and I manage to get a .rpm file that seems to work.

I'm trying to build xbmc with internal ffmpeg to workaround some bugs it has when using system wide ffmpeg (for example this: http://trac.xbmc.org/ticket/14298), but when I enable internal libraries (for ffmpeg, libdvdnav, etc.) I cannot play any video and get a SEGFAULT (everything else like playing music seems to work fine). The last trace I see from the core generated indicates:

__memcpy_ssse3_back () from /lib64/libc.so.6

Has anyone tried this? The only changes I've made to the .spec rpm file is to enable internal libraries so I'm not sure why this happens. I've also tried adding the CFLAG -mno-red-zone as suggested in an archlinux forum, but the result was the same.

Thanks,
Ok, I forgot to delete the includes the rpmfusion packager uses to build with external ffmpeg. Now it works.