1- patch to control.cpp file
Code: Alles auswählen
case CControld::FORMAT_SVIDEO:
arg = SAA_MODE_SVIDEO;
break;
+#ifdef HAVE_DREAMBOX_HARDWARE
+ case CControld::FORMAT_YUV_VBS:
+ case CControld::FORMAT_YUV_CVBS:
+ fprintf(stderr, "[controld] FORMAT_YUV_VBS/FORMAT_YUV_CVBS not supported on dreambox\n");
+ return;
+ break;
+#else
case CControld::FORMAT_YUV_VBS:
arg = SAA_MODE_YUV_V;
break;
@@ -446,6 +453,7 @@
fprintf(stderr, "[controld] FORMAT_YUV_CVBS not supported\n");
return;
#endif
+#endif
}
Code: Alles auswählen
.................................
;;
esac
else
# if test "$BOXTYPE" = "dreambox" -o "$BOXTYPE" = "ipbox" && test -z "$BOXMODEL"; then
if test "$BOXTYPE" = "ipbox" && test -z "$BOXMODEL"; then
{ { $as_echo "$as_me:$LINENO: error: Dreambox/IPBox needs --with-boxmodel" >&5
$as_echo "$as_me: error: Dreambox/IPBox needs --with-boxmodel" >&2;}
{ (exit 1); exit 1; }; }
fi
fi
...................................
does neutrino handle goto protocol? i have a stab motor.....