Skip to content

Commit

Permalink
Add necessary ogg file to compilation of sdl2_mixer (emscripten-core#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Oipo authored and belraquib committed Dec 23, 2020
1 parent 134eac8 commit 94a4eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ports/sdl2_mixer.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def create():
final = os.path.join(dest_path, libname)
ports.build_port(dest_path, final, [], ['-DOGG_MUSIC', '-s', 'USE_VORBIS=1'],
['dynamic_flac', 'dynamic_fluidsynth', 'dynamic_mod', 'dynamic_modplug', 'dynamic_mp3',
'dynamic_ogg', 'fluidsynth', 'load_mp3', 'music_cmd', 'music_flac', 'music_mad', 'music_mod',
'fluidsynth', 'load_mp3', 'music_cmd', 'music_flac', 'music_mad', 'music_mod',
'music_modplug', 'playmus.c', 'playwave.c'],
['external', 'native_midi', 'timidity'])
return final
Expand Down

0 comments on commit 94a4eb6

Please sign in to comment.