You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asix-deb/debian/patches/remove-sdl-signal-handler.p...

11 lines
292 B

--- a/src/tone/tone.cpp
+++ b/src/tone/tone.cpp
@@ -248,6 +248,7 @@
void initTone() {
+ SDL_SetHint(SDL_HINT_NO_SIGNAL_HANDLERS, "1");
if(SDL_Init( SDL_INIT_AUDIO ) < 0) {
printf("Erreur d'initialisation de la SDL : %s",SDL_GetError());//on affiche l'erreur
exit( EXIT_FAILURE);