Novum / vkQuake

Vulkan Quake port based on QuakeSpasm
GNU General Public License v2.0
1.84k stars 223 forks source link

libmikmod really needed? #178

Closed shoober420 closed 5 years ago

shoober420 commented 5 years ago

Quakespasm doesn’t use libmikmod for any audio playback, or doesn’t need it to do so. Why does vkquake need this package then? vkquake won’t even compile without the libmikmod package installed...

Can you simply opt for audio playback the exact same way quakespasm does?

Novum commented 5 years ago

There are no code changes related to this vs QuakeSpasm

Novum commented 5 years ago

I checked the makefiles as well, there is really no difference. Closing this. You probably want to specify USE_CODEC_MIKMOD=0 and that's even the default, so really not sure what you are getting at.

If you are talking about some distribution package dependencies, you should tell them to compile it accordingly. Nothing I can do.

shoober420 commented 5 years ago

Awesome, it was a compile setting in the PKGBUILD. Thanks for clarifying that.