diff options
Diffstat (limited to 'games/onscripter/README')
-rw-r--r-- | games/onscripter/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/onscripter/README b/games/onscripter/README index d0d646eb4fd9c..3cf3ee189c9e2 100644 --- a/games/onscripter/README +++ b/games/onscripter/README @@ -19,3 +19,12 @@ experience issues when playing games converted for onscripter-en. This script may also install various tools for extracting and converting NScripter code and resources. If you wish for them to be built, please pass the ONSTOOLS=yes variable to the build script. + +* REGARDING MP3 MUSIC MISSING * +This is an issue with Slackware not compiling SDL_mixer with support +for MP3 playback. You can fix that by downloading Slackbuild source +for l/sdl from one of the mirrors and modifying its SDL_mixer +configure section to include either --enable-music-mp3-mad-gpl or +--enable-music-mp3 - the former will use libmad already included in +Slackware, the other will use smpeg dependency from SBo we need +anyway for movie playback support. |