summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-plugins/vdr-ffnetdev/files/vdr-ffnetdev-0.1.0-gcc4.3.patch')
-rw-r--r--media-plugins/vdr-ffnetdev/files/vdr-ffnetdev-0.1.0-gcc4.3.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/media-plugins/vdr-ffnetdev/files/vdr-ffnetdev-0.1.0-gcc4.3.patch b/media-plugins/vdr-ffnetdev/files/vdr-ffnetdev-0.1.0-gcc4.3.patch
deleted file mode 100644
index 0c8825e4ee94..000000000000
--- a/media-plugins/vdr-ffnetdev/files/vdr-ffnetdev-0.1.0-gcc4.3.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ru vdr-ffnetdev-0.1.0-orig/netosd.h vdr-ffnetdev-0.1.0/netosd.h
---- vdr-ffnetdev-0.1.0-orig/netosd.h 2008-12-17 15:46:49.194277519 +0100
-+++ vdr-ffnetdev-0.1.0/netosd.h 2008-12-17 15:47:46.807603142 +0100
-@@ -17,7 +17,7 @@
- bool truecolor;
- protected:
- public:
-- cNetOSD(int XOfs, int XOfs);
-+ cNetOSD(int Left, int Top);
- virtual ~cNetOSD();
- virtual eOsdError CanHandleAreas(const tArea *Areas, int NumAreas);
- virtual void Flush(void);