I'm attempting to package StepMania for my own private software repository. I have already packaged FFMPEG and its shared libraries and headers and compiled it with MP3 support via libmp3lame aka LAME.
I know that in DefineOptions.cmake, I can ask StepMania to compile -DWITH_SYSTEM_FFMPEG:BOOL=YES, but I still see a dependency on libmad for MP3 support.
Does StepMania still rely on libmad or will it use FFPMEG to decode MP3 files?
I know that in DefineOptions.cmake, I can ask StepMania to compile -DWITH_SYSTEM_FFMPEG:BOOL=YES, but I still see a dependency on libmad for MP3 support.
Does StepMania still rely on libmad or will it use FFPMEG to decode MP3 files?