diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xine_d4d_plugin/files/patch-src:input:input_dvd.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/xine_d4d_plugin/files/patch-src:input:input_dvd.c b/graphics/xine_d4d_plugin/files/patch-src:input:input_dvd.c new file mode 100644 index 000000000000..b96cf52f5dbf --- /dev/null +++ b/graphics/xine_d4d_plugin/files/patch-src:input:input_dvd.c @@ -0,0 +1,11 @@ +--- src/input/input_dvd.c.orig Tue Aug 6 00:20:59 2002 ++++ src/input/input_dvd.c Tue Aug 6 00:21:20 2002 +@@ -1133,7 +1133,7 @@ + config_values_t *config; + int i, fd; + +- if (iface != 7) { ++ if (iface != 8) { + printf ("input_d4d: input plugin doesn't support plugin API version %d.\n", + iface); + return NULL; |