libsdl-org / SDL_mixer

An audio mixer that supports various file formats for Simple Directmedia Layer.
zlib License
433 stars 146 forks source link

autotools: multiple enabled backends for flac and mp3 music #397

Closed sezero closed 2 years ago

sezero commented 2 years ago

In configure.ac:

We have both enable_music_flac=yes and enable_music_flac_drflac=yes: one should be disabled.

We have both enable_music_mp3_drmp3=yes and enable_music_mp3_mpg123=yes: one should be disabled.