pkgsrc/multimedia/xine-lib/patches/patch-src-post-mosaico-switch.c
joerg 7bcca84e53 Address computations are not ICE, even if GCC accepts them as such. Fix
that and use the same emms constraint as found in other places.
2011-09-04 14:34:52 +00:00

14 lines
531 B
C

$NetBSD: patch-src-post-mosaico-switch.c,v 1.1 2011/09/04 14:34:52 joerg Exp $
--- 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)