summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-plugins/vdr-softdevice/files/vdr-softdevice-0.2.3-shm-fullscreen.diff')
-rw-r--r--media-plugins/vdr-softdevice/files/vdr-softdevice-0.2.3-shm-fullscreen.diff21
1 files changed, 0 insertions, 21 deletions
diff --git a/media-plugins/vdr-softdevice/files/vdr-softdevice-0.2.3-shm-fullscreen.diff b/media-plugins/vdr-softdevice/files/vdr-softdevice-0.2.3-shm-fullscreen.diff
deleted file mode 100644
index e3c13cc..0000000
--- a/media-plugins/vdr-softdevice/files/vdr-softdevice-0.2.3-shm-fullscreen.diff
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -ru softdevice-0.2.3.cvs/ShmClient.c softdevice-0.2.3.cvs-shm-fullscreen/ShmClient.c
---- softdevice-0.2.3.cvs/ShmClient.c 2006-05-14 21:56:07.000000000 +0200
-+++ softdevice-0.2.3.cvs-shm-fullscreen/ShmClient.c 2006-05-29 21:33:21.000000000 +0200
-@@ -67,6 +67,16 @@
- int main(int argc, char **argv) {
- cSetupStore SetupStore;
- SetupStore.xvFullscreen=0;
-+ if (argc>1) {
-+ if (strcmp(argv[1], "-f") == 0) {
-+ SetupStore.xvFullscreen=1;
-+ } else if (strcmp(argv[1], "-h") == 0) {
-+ printf ("Shared-Memory-Client for vdr-softdevice\n");
-+ printf ("Options:\n");
-+ printf (" -f Start fullscreen\n");
-+ return 0;
-+ }
-+ }
- cXvVideoOut *vout=new cXvVideoOut(&SetupStore);
- xvRemote= new cShmRemote("softdevice-xv");
-
-Nur in softdevice-0.2.3.cvs-shm-fullscreen/: .ShmClient.c.swp.