Skip to content

Instantly share code, notes, and snippets.

View skylex's full-sized avatar

skylex skylex

View GitHub Profile
@skylex
skylex / gist:2780987
Created May 24, 2012 11:47
XBMC video database update : v60 to v64 (tables structure only)
--- v60.sql 2012-05-24 13:39:50.580203893 +0200
+++ v64.sql 2012-05-24 13:40:47.202049463 +0200
@@ -53,6 +53,21 @@
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
+-- Table structure for table `art`
+--
+
+DROP TABLE IF EXISTS `art`;
@skylex
skylex / xbmc-pvr-9999-ffmpeg-9999.patch
Created June 6, 2011 15:21
xbmc-pvr patch to compile with the latests ffmpeg's revisions
lib/DllAvCodec.h | 18 -------------
.../DVDCodecs/Video/DVDVideoCodecFFmpeg.cpp | 22 ++++++++--------
xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxFFmpeg.h | 2 +-
.../dvdplayer/DVDDemuxers/DVDDemuxPVRClient.cpp | 6 ++--
.../dvdplayer/DVDDemuxers/DVDDemuxPVRClient.h | 2 +-
xbmc/pvrclients/tvheadend/HTSPDemux.cpp | 22 ++++++++--------
xbmc/pvrclients/vdr-vnsi/VNSIDemux.cpp | 26 ++++++++++----------
7 files changed, 40 insertions(+), 58 deletions(-)
diff --git a/lib/DllAvCodec.h b/lib/DllAvCodec.h