pkgsrc/multimedia/xine-lib/patches/patch-src-post-mosaico-switch.c
wiz 726fbfa251 Remove three patches that I think are not needed any longer.
If I'm wrong, let me know why.

Add upstream bug report URLs to nearly all remaining patches,
after filing these upstream bug reports.

Hi everyone who patched this without doing that!
2014-05-18 15:38:18 +00:00

16 lines
580 B
C

$NetBSD: patch-src-post-mosaico-switch.c,v 1.2 2014/05/18 15:38:18 wiz Exp $
https://bugs.xine-project.org/show_bug.cgi?id=524
--- src/post/mosaico/switch.c.orig 2011-08-30 13:13:40.000000000 +0000
+++ src/post/mosaico/switch.c
@@ -51,7 +51,8 @@ typedef struct switch_parameter_s {
START_PARAM_DESCR(switch_parameter_t)
-PARAM_ITEM(POST_PARAM_TYPE_INT, select, NULL, 1, INT_MAX, 1,
+PARAM_ITEM(switch_parameter_t,
+ POST_PARAM_TYPE_INT, select, NULL, 1, INT_MAX, 1,
"the input source which will be passed through to the output")
END_PARAM_DESCR(switch_param_descr)