[vlc-devel] [Patch] Initialize the drop down lists - insidesettings on creation, instead of let the user push buttons...

Andre Weber WeberAndre at gmx.de
Thu Feb 28 21:51:22 CET 2008


Hi,

>>module_config_t is one of the most common case for ABI breaks, and we're
>>trying to remove dependencies on it (outside the core). Anything that adds a
>>dependency is not very welcome at this point.

but in this case its no real new dependency - the code in these  classes, file -
make allready heavily use of this structure - so I think it isn't that much a "bad idea"
doing this, because it would be a real improvement from my point of view.

Or can you suggest another way for dynamic initialization of dropdownlist
configuration parameters?

-- my first try was it - using C-Code inside module definition -- reject because
C code in header is dangerous - ok - I didn't looked at the macros and what
they are doing an defining... -- my failure --

-- 2nd try - enable the third parameter of the list macros... which was allready there
(and I'am quite sure - this was allready planed for this? but there was no field
reserved for this inside the structure...)  -- so I found this is the only clean way...

André
--
atmo



André
--
atmo


-- 
Rémi Denis-Courmont
http://www.remlab.net/




----- Original Message ----- 
From: "Rémi Denis-Courmont" <rdenis at simphalempin.com>
To: <vlc-devel at videolan.org>
Sent: Thursday, February 28, 2008 9:16 PM
Subject: Re: [vlc-devel][Patch] Initialize the drop down lists - insidesettings on creation, instead of let the user
push buttons...


> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>




More information about the vlc-devel mailing list