Commit dda822c3 authored by mru's avatar mru

dvdsubdec: allow compilation with -DDEBUG

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14212 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 38319c74
...@@ -440,6 +440,8 @@ static int find_smallest_bounding_rectangle(AVSubtitle *s) ...@@ -440,6 +440,8 @@ static int find_smallest_bounding_rectangle(AVSubtitle *s)
#ifdef DEBUG #ifdef DEBUG
#undef fprintf #undef fprintf
#undef perror
#undef exit
static void ppm_save(const char *filename, uint8_t *bitmap, int w, int h, static void ppm_save(const char *filename, uint8_t *bitmap, int w, int h,
uint32_t *rgba_palette) uint32_t *rgba_palette)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment