[Buildroot] [PATCH 1/2] SDL_mixer: Add option to prefer Tremor over libvorbis

Peter Korsgaard peter at korsgaard.com
Thu Dec 12 16:14:58 UTC 2019


>>>>> "Paul" == Paul Cercueil <paul at crapouillou.net> writes:

Hi,

 >> > +ifeq ($(BR2_PACKAGE_SDL_MIXER_USE_TREMOR),y)
 >> > +SDL_MIXER_CONF_OPTS += --enable-music-ogg-tremor
 >> > +SDL_MIXER_DEPENDENCIES += tremor
 >> > +else
 >> >  ifeq ($(BR2_PACKAGE_LIBVORBIS),y)
 >> 
 >> Do we need an explicit option for this? Can't we just check for
 >> BR2_PACKAGE_TREMOR here? I doubt there is any situations where
 >> tremor is
 >> enabled but the user doesn't want to use it.

 > That's up to you really. I can send a v2 with the Config.in option
 > removed.

Yes please - Thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list