diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2002-08-05 17:06:24 +0000 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2002-08-05 17:06:24 +0000 |
commit | 3b0c411e12322330adb0c254f80858838c4b7702 (patch) | |
tree | ea4591b645b9f320d6f20b1632e1902b80f87cf7 /multimedia | |
parent | adfc0e76683f02c00420d46d3822f329c76f4417 (diff) | |
download | FreeBSD-ports-3b0c411e12322330adb0c254f80858838c4b7702.zip FreeBSD-ports-3b0c411e12322330adb0c254f80858838c4b7702.tar.gz |
Revive files/patch-src:input:input_dvd.c.
I have removed this file in previous commit mistakenly.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xine_d4d_plugin/files/patch-src:input:input_dvd.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/xine_d4d_plugin/files/patch-src:input:input_dvd.c b/multimedia/xine_d4d_plugin/files/patch-src:input:input_dvd.c new file mode 100644 index 0000000..b96cf52 --- /dev/null +++ b/multimedia/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; |