buildroot/package/kodi
Bernd Kuhls 83cdd08d9e package/kodi: Fix compilation of kodi-pvr-vbox with gcc6
Fixes a compile error not yet caught by autobuilders:

In file included from /home/bernd/buildroot/br2/output/build/kodi-pvr-vbox-15e864d160da5a051e18aef06f3a53e49808be02/src/client.cpp:24:0:
/home/bernd/buildroot/br2/output/host/usr/i586-buildroot-linux-uclibc/sysroot/usr/include/kodi/xbmc_pvr_dll.h:423:63: error: 'SEEK_SET' was not declared in this scope
   long long SeekLiveStream(long long iPosition, int iWhence = SEEK_SET);
                                                               ^~~~~~~~
/home/bernd/buildroot/br2/output/host/usr/i586-buildroot-linux-uclibc/sysroot/usr/include/kodi/xbmc_pvr_dll.h:510:67: error: 'SEEK_SET' was not declared in this scope
   long long SeekRecordedStream(long long iPosition, int iWhence = SEEK_SET);
                                                                   ^~~~~~~~
CMakeFiles/pvr.vbox.dir/build.make:62: recipe for target 'CMakeFiles/pvr.vbox.dir/src/client.cpp.o' failed

using this defconfig

BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
BR2_BINUTILS_VERSION_2_26_X=y
BR2_GCC_VERSION_6_X=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_INIT_NONE=y
BR2_PACKAGE_KODI=y
BR2_PACKAGE_KODI_PVR_VBOX=y
BR2_PACKAGE_MESA3D=y
BR2_PACKAGE_MESA3D_DRI_DRIVER_I965=y
BR2_PACKAGE_MESA3D_OPENGL_EGL=y
BR2_PACKAGE_XORG7=y

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-05 22:17:02 +02:00
..
0001-Fixup-include-path.patch
0002-texturepacker.patch
0003-ALSA-fix-device-change-event-support.patch
0004-kodi-config.cmake-use-CMAKE_FIND_ROOT_PATH-to-fix-cr.patch package/kodi: bump version to 16.0-Jarvis 2016-02-29 23:44:22 +01:00
0005-native-TexturePacker-fix-compilation-with-gcc-4.6.patch package/kodi: bump version to 16.1-Jarvis 2016-04-24 17:23:21 +02:00
0006-ffmpeg30.patch package/kodi: bump version to 16.1-Jarvis 2016-04-24 17:23:21 +02:00
0007-exif-Fix-for-out-of-memory-errors-with-large-numbers.patch package/kodi: Fix crash in pictureviewer when opening directories with many files 2016-05-17 20:55:50 +02:00
0008-Fix-nullpadding-issue-when-reading-certain-id3v1-tag.patch package/kodi: add backported patch to fix a bug when using taglib 1.11 2016-05-28 10:57:56 +02:00
0009-lib-cximage-6.0-fix-compilation-with-gcc6.patch package/kodi: lib/cximage-6.0: fix compilation with gcc6 2016-07-16 22:56:02 +02:00
0010-curl-support-version-7.5.0-and-upwards.patch package/kodi: Update upstream patch to support libcurl >= 7.50.1 2016-08-05 09:38:53 +02:00
0011-xbmc_pvr_types.h-Fix-compilation-with-gcc6.patch package/kodi: Fix compilation of kodi-pvr-vbox with gcc6 2016-09-05 22:17:02 +02:00
br-kodi
Config.in package/kodi: Add suboption to control MySQL support 2016-07-17 14:32:01 +02:00
kodi.hash package/kodi: bump version to 16.1-Jarvis 2016-04-24 17:23:21 +02:00
kodi.mk package/kodi: Add suboption to control MySQL support 2016-07-17 14:32:01 +02:00
kodi.service
S50kodi