From 3f6288216a3f3e92d4ea04add0be59097b08a29a Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Mon, 8 Feb 2010 17:21:15 +0100 Subject: [PATCH] Second blind attempt at fixing linking with --disable-vlm --- src/missing.c | 1 + 1 file changed, 1 insertion(+) 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!"); -- 2.39.2