[vlc-devel] [PATCH] libvlccore: use "core" to print messages rather than "main"
Rafaël Carré
funman at videolan.org
Sat Dec 7 00:39:50 CET 2013
Le 06/12/2013 19:53, Jean-Baptiste Kempf a écrit :
> On 06 Dec, Rafaël Carré wrote :
>> ---
>> 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)\"
>
> No idea if there is any more consequences, but I think it's a good idea.
MODULE_STRING is only used for messages, and for module specific options
in some modules.
I noticed there is also MODULE_NAME which is set to main, I'll check it.
> With my kindest regards,
>
More information about the vlc-devel
mailing list