diff dvdsubdec.c @ 7264:a9ca5a1b8a1e libavcodec

dvdsubdec: allow compilation with -DDEBUG
author mru
date Sun, 13 Jul 2008 19:41:13 +0000
parents e943e1409077
children b866cb2a5330
line wrap: on
line diff
--- a/dvdsubdec.c	Sun Jul 13 15:03:58 2008 +0000
+++ b/dvdsubdec.c	Sun Jul 13 19:41:13 2008 +0000
@@ -440,6 +440,8 @@
 
 #ifdef DEBUG
 #undef fprintf
+#undef perror
+#undef exit
 static void ppm_save(const char *filename, uint8_t *bitmap, int w, int h,
                      uint32_t *rgba_palette)
 {