Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
/ SDL_mixer Public archive
forked from SDL-mirror/SDL_mixer

SDL2_mixer and SDL_mixer with PSP specific patches

License

Notifications You must be signed in to change notification settings

pspdev/SDL_mixer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDL2_mixer for PSP

Prerequisites:

  • SDL2
  • libogg (optional)
  • libvorbis (optional)
  • libTremor (optional)

Note: If libTremor is detected it will be used instead of libogg and libvorbis. To disable this behavior pass --disable-music-ogg-tremor to configure.

Build procedure:

./autogen.sh
LDFLAGS="-L$(psp-config --pspsdk-path)/lib" LIBS="-lc -lpspuser" \
  ./configure --host psp --with-sdl-prefix=$(psp-config --psp-prefix) \
  --disable-music-mp3 --prefix=$(psp-config --psp-prefix) \
  --disable-music-libmikmod --enable-music-mod
make
make install

About

SDL2_mixer and SDL_mixer with PSP specific patches

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 78.7%
  • Shell 17.2%
  • Objective-C 1.5%
  • C++ 1.3%
  • Other 1.3%