File vdr-xine-0.9.3-nodebug.diff of Package vdr-plugin-xine
diff -ur xine-0.9.3.orig/xineDevice.c xine-0.9.3/xineDevice.c
--- xine-0.9.3.orig/xineDevice.c 2009-06-17 20:06:35.000000000 +0200
+++ xine-0.9.3/xineDevice.c 2009-11-22 13:55:49.429468182 +0100
@@ -1328,7 +1328,12 @@
|| 0x00 != Data[ 1 ]
|| 0x01 != Data[ 2 ])
{
- VERBOSE_NOP();
+ static int beenhere = 0;
+ if(!beenhere)
+ {
+ VERBOSE_NOP();
+ beenhere = 1;
+ }
break;
}
@@ -2037,7 +2042,12 @@
}
else
{
- VERBOSE_NOP();
+ static int beenhere = 0;
+ if(!beenhere)
+ {
+ VERBOSE_NOP();
+ beenhere = 1;
+ }
ch = '2';
}
}
@@ -2071,7 +2081,12 @@
|| 0x00 != Data[ 1 ]
|| 0x01 != Data[ 2 ])
{
- VERBOSE_NOP1();
+ static int beenhere = 0;
+ if(!beenhere)
+ {
+ VERBOSE_NOP1();
+ beenhere = 1;
+ }
return;
}