Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 8114
Collapse All | Expand All

(-)xine-d5d-0.2.7.orig/src/input_dvd.c (-1 / +2 lines)
Lines 1050-1056 Link Here
1050
  dvdnav_input_plugin_t *this;
1050
  dvdnav_input_plugin_t *this;
1051
  config_values_t *config = xine->config;
1051
  config_values_t *config = xine->config;
1052
1052
1053
  if (iface != 7) {
1053
/* Josh McKinney 20 Sept 2002 - added api ver 8 to support xine 0.9.13 */
1054
  if (iface != 7 && iface != 8) {
1054
    printf("d5d input plugin doesn't support plugin API version %d.\n"
1055
    printf("d5d input plugin doesn't support plugin API version %d.\n"
1055
	   "PLUGIN DISABLED.\n"
1056
	   "PLUGIN DISABLED.\n"
1056
	   "This means there's a version mismatch between xine and this input"
1057
	   "This means there's a version mismatch between xine and this input"

Return to bug 8114