[Scummvm-devel] Streaming sounds in Scumm games

Max Horn max at quendi.de
Wed Aug 5 23:07:48 CEST 2009


Am 05.08.2009 um 21:43 schrieb Johannes Schickel:

> Max Horn wrote:
>> Which reminds me: Is anybody actually taking care of adding those
>> engine specific #ifdefs ? :)
>>
>>
>
> Actually I wondered today, whether for a ScummVM main binary  
> supporting
> plug-ins it wouldn't be better to enable all decoders etc. even if a
> engine isn't enabled on compiling that one.

Sure, not only would that be better, it would be mandatory in my eyes.

> We might want to have some
> "or SUPPORTS_PLUGINS" check there. Of course currently our plug-in
> system isn't too much used, but I guess it would be better to not
> restrict it needlessly right now.

The checks would be something like:

#if defined(DYNAMIC_MODULES) || defined(ENABLE_SAGA) || defined(...)
...
#endif


Cheers,
Max




More information about the Scummvm-devel mailing list