]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/sdl.c
Use NDEBUG
[vlc] / modules / audio_output / sdl.c
index 3e98609e4eb3ef0db5ba486d8933fd4d7206fea7..fbf256d94596e5db54c4294ed50387aec827206c 100644 (file)
@@ -94,7 +94,7 @@ static int Open ( vlc_object_t *p_this )
     /* Win32 SDL implementation doesn't support SDL_INIT_EVENTTHREAD yet */
     i_flags |= SDL_INIT_EVENTTHREAD;
 #endif
-#ifdef DEBUG
+#ifndef NDEBUG
     /* In debug mode you may want vlc to dump a core instead of staying
      * stuck */
     i_flags |= SDL_INIT_NOPARACHUTE;