ladybird/Ports/SDL2_mixer
Michael Manganiello 16ff2d339a Ports: Enable MP3 support for SDL2_mixer
`SDL2_mixer` needs `libmpg123` to support MP3 playback. By adding
it as a dependency, its compilation now outputs:

```
checking mpg123.h usability... yes
checking mpg123.h presence... yes
checking for mpg123.h... yes
checking for mpg123_replace_reader_handle in -lmpg123... yes
-- dynamic libmpg123 -> libmpg123.so.0
```

Sound output was tested with
[an implementation](https://gist.github.com/cdave1/10563386) found
online.
2022-03-26 18:13:46 +01:00
..
patches Ports: Remove some config.sub patches and download a fresh one if needed 2022-01-16 10:32:50 +03:30
package.sh Ports: Enable MP3 support for SDL2_mixer 2022-03-26 18:13:46 +01:00