You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#note: audiostream library is not yet able to judge whether it is being used with sdl or with sdl2.
23
+
#this causes linking to fail against SDL2 (compiling against SDL2 works)
24
+
#need to find a way to fix this in audiostream's setup.py
25
+
raiseRuntimeError('Audiostream library is not yet able to configure itself to link against SDL2. Patch on audiostream library needed - any help much appreciated!')
21
26
22
-
#note: audiostream library is not yet able to judge whether it is being used with sdl or with sdl2.
23
-
#this causes linking to fail against SDL2 (compiling against SDL2 works)
24
-
#need to find a way to fix this in audiostream's setup.py
0 commit comments