From 86f910806b2c303c43727d357a5b927e662bb3d1 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 6 Nov 2013 21:07:35 +0100 Subject: Remove #undefs for formerly forbidden system functions The macros forbidding the system functions no longer exist, obviating the need for the #undefs. --- libavcodec/dvdsubdec.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavcodec/dvdsubdec.c') diff --git a/libavcodec/dvdsubdec.c b/libavcodec/dvdsubdec.c index c5e864df0c..6b168cb352 100644 --- a/libavcodec/dvdsubdec.c +++ b/libavcodec/dvdsubdec.c @@ -439,9 +439,6 @@ 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) { -- cgit v1.2.3