summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2008-12-17 06:54:41 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2008-12-17 06:54:41 +0000
commit5a55e2b7ceb6086d551b4a72dc6c813eb501e266 (patch)
tree4a1246f1402cc8446dbdce55621b247c9f0047fb /media-plugins/vdr-softplay/files
parentold, incompatible with stable ffmpeg (diff)
downloadgentoo-2-5a55e2b7ceb6086d551b4a72dc6c813eb501e266.tar.gz
gentoo-2-5a55e2b7ceb6086d551b4a72dc6c813eb501e266.tar.bz2
gentoo-2-5a55e2b7ceb6086d551b4a72dc6c813eb501e266.zip
old, incompatible with stable ffmpeg.
(Portage version: 2.1.6.1/cvs/Linux 2.6.27.7 i686)
Diffstat (limited to 'media-plugins/vdr-softplay/files')
-rw-r--r--media-plugins/vdr-softplay/files/new-ffmpeg.diff40
-rw-r--r--media-plugins/vdr-softplay/files/vdr-softplay-0.0.2-softdevice-header.diff12
2 files changed, 0 insertions, 52 deletions
diff --git a/media-plugins/vdr-softplay/files/new-ffmpeg.diff b/media-plugins/vdr-softplay/files/new-ffmpeg.diff
deleted file mode 100644
index 15c42eedc0e5..000000000000
--- a/media-plugins/vdr-softplay/files/new-ffmpeg.diff
+++ /dev/null
@@ -1,40 +0,0 @@
-Index: softplay-cvs/getFFmpegLibs.c
-===================================================================
---- softplay-cvs.orig/getFFmpegLibs.c
-+++ softplay-cvs/getFFmpegLibs.c
-@@ -1,5 +1,7 @@
- #include <stdio.h>
-+extern "C" {
- #include <avcodec.h>
-+}
-
- int main() {
- if ( LIBAVCODEC_BUILD > 4795 )
-Index: softplay-cvs/SoftHandles.h
-===================================================================
---- softplay-cvs.orig/SoftHandles.h
-+++ softplay-cvs/SoftHandles.h
-@@ -12,7 +12,9 @@
- #ifndef __SOFTHANDLES_H
- #define __SOFTHANDLES_H
-
-+extern "C" {
- #include <avformat.h>
-+}
-
- #if VDRVERSNUM >= 10330
- #define SOFTDEVICE_VIDEO_STREAM 1
-Index: softplay-cvs/SoftPlayer.h
-===================================================================
---- softplay-cvs.orig/SoftPlayer.h
-+++ softplay-cvs/SoftPlayer.h
-@@ -15,7 +15,9 @@
- #include <vdr/device.h>
- #include <vdr/player.h>
-
-+extern "C" {
- #include <avformat.h>
-+}
-
- #include "SoftHandles.h"
- #include "PlayList.h"
diff --git a/media-plugins/vdr-softplay/files/vdr-softplay-0.0.2-softdevice-header.diff b/media-plugins/vdr-softplay/files/vdr-softplay-0.0.2-softdevice-header.diff
deleted file mode 100644
index c10ec816170f..000000000000
--- a/media-plugins/vdr-softplay/files/vdr-softplay-0.0.2-softdevice-header.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ru softplay-0.0.2-orig/SoftPlayer.h softplay-0.0.2/SoftPlayer.h
---- softplay-0.0.2-orig/SoftPlayer.h 2006-08-15 22:40:17.294195810 +0200
-+++ softplay-0.0.2/SoftPlayer.h 2006-08-15 22:40:27.411167499 +0200
-@@ -17,7 +17,7 @@
-
- #include <avformat.h>
-
--#include "../softdevice/softdevice.h"
-+#include "softdevice.h"
- #include "PlayList.h"
-
- class cSoftPlayer : public cPlayer, cThread {