Galladite27 / ONScripter-EN

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.
http://galladite.net/~galladite/ons-en/
GNU General Public License v2.0
52 stars 10 forks source link

sdl_mixer test. o.mp3 is not recognised as mp3 #31

Open sl1pkn07 opened 7 months ago

sl1pkn07 commented 7 months ago

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)

how can fix this?

greetings