diff pytouhou/lib/sdl.pyxbld @ 421:b1248bab2d0f

Add back music and SFX playback using SDL_mixer instead of pyglet, and add FLAC and Vorbis support.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Tue, 16 Jul 2013 21:07:15 +0200
parents 3a7b36324611
children
line wrap: on
line diff
--- a/pytouhou/lib/sdl.pyxbld
+++ b/pytouhou/lib/sdl.pyxbld
@@ -18,7 +18,7 @@ from distutils.extension import Extensio
 from subprocess import check_output
 
 COMMAND = 'pkg-config'
-LIBRARIES = ['sdl2', 'SDL2_image']
+LIBRARIES = ['sdl2', 'SDL2_image', 'SDL2_mixer']
 
 def make_ext(modname, pyxfilename):
     """ Compile and link with the corrects options. """