[arch-commits] Commit in kodi/trunk (2 files)

Ike Devolder idevolder at archlinux.org
Tue May 26 20:45:53 UTC 2015


    Date: Tuesday, May 26, 2015 @ 22:45:53
  Author: idevolder
Revision: 134199

kodi :: 14.2-4 patches

Added:
  kodi/trunk/kodi-14.0-dvddemux-ffmpeg.patch
  kodi/trunk/kodi-14.0-gcc5.patch

---------------------------------+
 kodi-14.0-dvddemux-ffmpeg.patch |   13 +++++++++++++
 kodi-14.0-gcc5.patch            |   25 +++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

Added: kodi-14.0-dvddemux-ffmpeg.patch
===================================================================
--- kodi-14.0-dvddemux-ffmpeg.patch	                        (rev 0)
+++ kodi-14.0-dvddemux-ffmpeg.patch	2015-05-26 20:45:53 UTC (rev 134199)
@@ -0,0 +1,13 @@
+--- 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;

Added: kodi-14.0-gcc5.patch
===================================================================
--- kodi-14.0-gcc5.patch	                        (rev 0)
+++ kodi-14.0-gcc5.patch	2015-05-26 20:45:53 UTC (rev 134199)
@@ -0,0 +1,25 @@
+--- a/xbmc/screensavers/rsxs-0.9/lib/argp.h.orig	2015-03-26 13:25:20.000000000 -0500
++++ b/xbmc/screensavers/rsxs-0.9/lib/argp.h	2015-05-19 16:05:20.992493851 -0500
+@@ -559,7 +559,7 @@
+ # endif
+ 
+ # ifndef ARGP_EI
+-#  define ARGP_EI extern __inline__
++#  define ARGP_EI extern __inline__ __attribute__ ((gnu_inline)) 
+ # endif
+ 
+ ARGP_EI void
+--- a/xbmc/screensavers/rsxs-0.9/lib/argp-fmtstream.h.orig	2015-03-26 13:25:20.000000000 -0500
++++ b/xbmc/screensavers/rsxs-0.9/lib/argp-fmtstream.h	2015-05-19 16:02:25.775456866 -0500
+@@ -198,11 +198,7 @@
+ #endif
+ 
+ #ifndef ARGP_FS_EI
+-#ifdef __clang__
+ #define ARGP_FS_EI extern inline __attribute__ ((__gnu_inline__))
+-#else
+-#define ARGP_FS_EI extern inline
+-#endif
+ #endif
+ 
+ ARGP_FS_EI size_t



More information about the arch-commits mailing list