From 8effdce0e70cb130feb5c8f0e89bc01c98d1764c Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sun, 13 Jul 2008 19:41:13 +0000 Subject: [PATCH] dvdsubdec: allow compilation with -DDEBUG Originally committed as revision 14212 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dvdsubdec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/dvdsubdec.c b/libavcodec/dvdsubdec.c index 29f9adf..f95c329 100644 --- a/libavcodec/dvdsubdec.c +++ b/libavcodec/dvdsubdec.c @@ -440,6 +440,8 @@ static int find_smallest_bounding_rectangle(AVSubtitle *s) #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) { -- 2.7.4