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