[vlc-devel] commit: Second blind attempt at fixing linking with --disable-vlm ( Antoine Cellerier )
git version control
git at videolan.org
Mon Feb 8 17:21:42 CET 2010
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Mon Feb 8 17:21:15 2010 +0100| [3f6288216a3f3e92d4ea04add0be59097b08a29a] | committer: Antoine Cellerier
Second blind attempt at fixing linking with --disable-vlm
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3f6288216a3f3e92d4ea04add0be59097b08a29a
---
src/missing.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/missing.c b/src/missing.c
index e5be395..8358c59 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!");
More information about the vlc-devel
mailing list