Skip to content

SDL2_image and SDL_image with PSP specific patches

License

Notifications You must be signed in to change notification settings

pspdev/SDL_image

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDL_image for PSP

Build procedure:

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

About

SDL2_image and SDL_image with PSP specific patches

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 62.3%
  • Shell 28.1%
  • Objective-C 4.6%
  • Makefile 3.9%
  • M4 1.1%