kodi-rpi: add missing patches.
This commit is contained in:
parent
12cef3cd27
commit
5b5d1a29e1
2 changed files with 27 additions and 0 deletions
16
srcpkgs/kodi-rpi/patches/dvddemux-ffmpeg.patch
Normal file
16
srcpkgs/kodi-rpi/patches/dvddemux-ffmpeg.patch
Normal file
|
@ -0,0 +1,16 @@
|
|||
origin:
|
||||
http://cvs.rpmfusion.org/viewvc/rpms/kodi/devel/kodi-14.0-dvddemux-ffmpeg.patch?revision=1.1&root=free&view=markup
|
||||
|
||||
--- xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxFFmpeg.cpp.orig 2014-08-01 11:18:24.000000000 -0500
|
||||
+++ xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxFFmpeg.cpp 2014-08-24 15:36:34.844966866 -0500
|
||||
@@ -519,10 +519,6 @@
|
||||
|
||||
void CDVDDemuxFFmpeg::Flush()
|
||||
{
|
||||
- // naughty usage of an internal ffmpeg function
|
||||
- if (m_pFormatContext)
|
||||
- av_read_frame_flush(m_pFormatContext);
|
||||
-
|
||||
m_currentPts = DVD_NOPTS_VALUE;
|
||||
|
||||
m_pkt.result = -1;
|
11
srcpkgs/kodi-rpi/patches/jsonschemabuilder-cross.patch
Normal file
11
srcpkgs/kodi-rpi/patches/jsonschemabuilder-cross.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- tools/depends/native/JsonSchemaBuilder/Makefile.orig 2015-02-06 16:03:11.758503904 +0100
|
||||
+++ tools/depends/native/JsonSchemaBuilder/Makefile 2015-02-06 16:03:29.557107942 +0100
|
||||
@@ -15,7 +15,7 @@ endif
|
||||
|
||||
SOURCE=$(ROOT_DIR)/src
|
||||
|
||||
-CONFIGURE=./configure --prefix=$(PREFIX)
|
||||
+CONFIGURE=CC=cc CXX=g++ CFLAGS= CXXFLAGS= ./configure --prefix=$(PREFIX)
|
||||
APP=$(SOURCE)/JsonSchemaBuilder
|
||||
APPBIN=$(PREFIX)/bin/JsonSchemaBuilder
|
||||
|
Loading…
Reference in a new issue