From: Antoine Cellerier Date: Mon, 8 Feb 2010 16:21:15 +0000 (+0100) Subject: Second blind attempt at fixing linking with --disable-vlm X-Git-Tag: 1.1.0-ff~299 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3f6288216a3f3e92d4ea04add0be59097b08a29a;p=vlc Second blind attempt at fixing linking with --disable-vlm --- diff --git a/src/missing.c b/src/missing.c index e5be3950fc..8358c593e3 100644 --- a/src/missing.c +++ b/src/missing.c @@ -377,6 +377,7 @@ vlm_message_t *vlm_MessageNew (const char *a, const char *fmt, ...) return vlm_MessageSimpleNew (a); } +#undef vlm_New vlm_t *vlm_New (vlc_object_t *obj) { msg_Err (obj, "VLM not compiled-in!");