Skip to content

Commit

Permalink
Vita: enable mp3 and flac music support
Browse files Browse the repository at this point in the history
  • Loading branch information
rsn8887 committed May 25, 2018
1 parent c355d90 commit 3851dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -92,7 +92,7 @@ ifeq ($(TARGET),vita) # compiling for Vita target
SYS_CFLAGS = -DTARGET_SDL2 -I$(VITASDK)/$(PREFIX)/include/SDL2 \
-Wl,-q -Wall -Wno-unused-variable -O3 \
-ffast-math -mtune=cortex-a9 -mfpu=neon
SYS_LDFLAGS = $(SYS_CFLAGS) -lSDL2_image -lSDL2_mixer -lSDL2_net -lSDL2 -lvorbisfile -lvorbis -logg -lmikmod -lvita2d \
SYS_LDFLAGS = $(SYS_CFLAGS) -lSDL2_image -lSDL2_mixer -lSDL2_net -lSDL2 -lvorbisfile -lvorbis -logg -lmikmod -lmpg123 -lflac -lvita2d \
-lSceAudio_stub -lSceLibKernel_stub -lSceDisplay_stub -lSceGxm_stub \
-lmikmod -lSceSysmodule_stub -lSceCtrl_stub -lSceTouch_stub -lm -lSceNet_stub \
-lSceNetCtl_stub -lScePgf_stub -ljpeg -lfreetype -lc -lSceHid_stub \
Expand Down

0 comments on commit 3851dc3

Please sign in to comment.