Continuation of ONScripter-EN with updated dependencies and more features and bugfixes. Also see onscripter-insani (https://github.com/insani-org/onscripter-insani), our sister project.
Hi, when try to build onscripter_en, the configure scritp say the system sdl_mixer not have mp3 support. when edit the configure script and put a 'exit' command in the line 688, and go to .conftest folder, playing the files o.mp3 and o.ogg with a mediaplayer (mpv in my case) say the o.mp3 is not recognized as mp3
└───╼ mpv o.mp3
[ffmpeg/demuxer] mp3: Format mp3 detected only with low score of 1, misdetection possible!
Failed to recognize file format.
Exiting... (Errors when loading file)
but the o.ogg is recognized correct
└───╼ mpv o.ogg
[ffmpeg/demuxer] ogg: Estimating duration from bitrate, this may be inaccurate
(+) Audio --aid=1 (vorbis 2ch 44100Hz)
Exiting... (Errors when loading file)
Hi, when try to build onscripter_en, the configure scritp say the system sdl_mixer not have mp3 support. when edit the configure script and put a 'exit' command in the line 688, and go to .conftest folder, playing the files o.mp3 and o.ogg with a mediaplayer (mpv in my case) say the o.mp3 is not recognized as mp3
but the o.ogg is recognized correct
how can fix this?
greetings