Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 4010 Details for
Bug 7397
incorrect api version defined in xine-d5d package
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
check for xine-lib api ver 8 as well on line 1053 of input_dvd.c
xine-d5d-0.2.7-r1-gentoo.diff (text/plain), 603 bytes, created by
Joshua McKinney
on 2002-09-19 10:39:19 UTC
(
hide
)
Description:
check for xine-lib api ver 8 as well on line 1053 of input_dvd.c
Filename:
MIME Type:
Creator:
Joshua McKinney
Created:
2002-09-19 10:39:19 UTC
Size:
603 bytes
patch
obsolete
>diff -urN xine-d5d-0.2.7.orig/src/input_dvd.c xine-d5d-0.2.7/src/input_dvd.c >--- xine-d5d-0.2.7.orig/src/input_dvd.c Fri Sep 20 00:50:43 2002 >+++ xine-d5d-0.2.7/src/input_dvd.c Fri Sep 20 00:52:34 2002 >@@ -1050,7 +1050,8 @@ > dvdnav_input_plugin_t *this; > config_values_t *config = xine->config; > >- if (iface != 7) { >+/* Josh McKinney 20 Sept 2002 - added api ver 8 to support xine 0.9.13 */ >+ if (iface != 7 && iface != 8) { > printf("d5d input plugin doesn't support plugin API version %d.\n" > "PLUGIN DISABLED.\n" > "This means there's a version mismatch between xine and this input"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 7397
: 4010 |
4011
|
4012