[vlc-devel] [PATCH] libvlccore: use "core" to print messages rather than "main"
Rafaël Carré
funman at videolan.org
Fri Dec 6 11:30:39 CET 2013
---
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index a7f42ef..54f5c48 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -163,7 +163,7 @@ EXTRA_DIST += libvlc_win32_rc.rc.in
lib_LTLIBRARIES = libvlccore.la
AM_CPPFLAGS = $(INCICONV) $(IDN_CFLAGS) \
- -DMODULE_STRING=\"main\" \
+ -DMODULE_STRING=\"core\" \
-DLOCALEDIR=\"$(localedir)\" \
-DPKGDATADIR=\"$(vlcdatadir)\" \
-DPKGLIBDIR=\"$(vlclibdir)\"
--
1.8.3.2
More information about the vlc-devel
mailing list