Skip to content

Commit 73cfc42

Browse files
Oiposbc100
authored andcommitted
Add necessary ogg file to compilation of sdl2_mixer (#9913)
1 parent d016245 commit 73cfc42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ports/sdl2_mixer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def create():
3434
final = os.path.join(dest_path, libname)
3535
ports.build_port(dest_path, final, [], ['-DOGG_MUSIC', '-s', 'USE_VORBIS=1'],
3636
['dynamic_flac', 'dynamic_fluidsynth', 'dynamic_mod', 'dynamic_modplug', 'dynamic_mp3',
37-
'dynamic_ogg', 'fluidsynth', 'load_mp3', 'music_cmd', 'music_flac', 'music_mad', 'music_mod',
37+
'fluidsynth', 'load_mp3', 'music_cmd', 'music_flac', 'music_mad', 'music_mod',
3838
'music_modplug', 'playmus.c', 'playwave.c'],
3939
['external', 'native_midi', 'timidity'])
4040
return final

0 commit comments

Comments
 (0)