diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-11-06 21:07:35 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-11-07 00:26:15 +0100 |
commit | 86f910806b2c303c43727d357a5b927e662bb3d1 (patch) | |
tree | 473b3903abf71e7b7652062130ab836ce2912239 /libavcodec/dvbsubdec.c | |
parent | cffecc0e7ebd642afaa1fb9f56fab1fcc283293c (diff) | |
download | ffmpeg-86f910806b2c303c43727d357a5b927e662bb3d1.tar.gz |
Remove #undefs for formerly forbidden system functions
The macros forbidding the system functions no longer exist, obviating
the need for the #undefs.
Diffstat (limited to 'libavcodec/dvbsubdec.c')
-rw-r--r-- | libavcodec/dvbsubdec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/dvbsubdec.c b/libavcodec/dvbsubdec.c index 9eaedca198..6ce187f85d 100644 --- a/libavcodec/dvbsubdec.c +++ b/libavcodec/dvbsubdec.c @@ -34,8 +34,6 @@ #define cm (ff_cropTbl + MAX_NEG_CROP) #ifdef DEBUG -#undef fprintf -#undef perror #if 0 static void png_save(const char *filename, uint8_t *bitmap, int w, int h, uint32_t *rgba_palette) |