[vlc-devel] [PATCH] Added support for VDR recordings.

Christophe Mutricy xtophe at chewa.net
Sun Apr 11 00:00:04 CEST 2010


On Sat, Apr 10, 10 at 23:50 +0200, Tobias Güntner wrote:
>>> +AC_ARG_ENABLE(vdr,
>>> +  [  --enable-vdr            vdr recording access module (default
>>>   enabled)]) +if test "${enable_vdr}" != "no"; then
>>> +    VLC_ADD_PLUGIN([access_vdr])
>>> +fi
>>> +
>>> +dnl
>>
>> I am not sure if this is really useful as you are not pulling any new
>> dependency.
>
> Should I remove AC_ARG_ENABLE and keep only VLC_ADD_PLUGIN?

Nowadays for module not depending on any libraries, we tend to have
nothing in configure.ac and libvlc_LTLIBRARIES += libfoo_plugin.la in
Modules.am

-- 
Xtophe



More information about the vlc-devel mailing list