From 049b21f53af51ad7259613f5eefaa0f37b1b2167 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Mon, 14 Jan 2008 18:10:09 +0100 Subject: [PATCH] well this makes things fail for people ... Signed-off-by: Pierre Habouzit --- lib-mx/mx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib-mx/mx.c b/lib-mx/mx.c index 79eaad0..e54fd04 100644 --- a/lib-mx/mx.c +++ b/lib-mx/mx.c @@ -43,8 +43,10 @@ static mx_t const *mxfmts[] = { &pop_mx, &compress_mx, +#if 0 /* hack so that it's linked together */ &pop_mx_ng, +#endif }; #define MX_IDX(idx) (idx >= 0 && idx < countof(mxfmts)) -- 2.20.1