Skip to content

Commit

Permalink
feat: add mp3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
wcwac committed Sep 29, 2021
1 parent 29ce091 commit e1461f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ EXT_FLAGS += -s USE_SDL_TTF=2
EXT_FLAGS += -s USE_SDL_IMAGE=2
EXT_FLAGS += -s USE_SDL_MIXER=2
EXT_FLAGS += -s USE_BZIP2=1
EXT_FLAGS += -s SDL2_MIXER_FORMATS='["ogg","mp3"]'
EXT_FLAGS += -s SDL2_IMAGE_FORMATS='["bmp","png","xpm","jpg"]'

# recommended: smpeg
Expand Down

0 comments on commit e1461f6

Please sign in to comment.