1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

Remove pointless #undefs of previously forbidden functions.

This commit is contained in:
Anton Khirnov
2012-10-20 15:22:41 +02:00
parent 90153465b0
commit cb45553f57
28 changed files with 0 additions and 57 deletions

View File

@@ -113,7 +113,6 @@ uint32_t av_crc(const AVCRC *ctx, uint32_t crc,
}
#ifdef TEST
#undef printf
int main(void)
{
uint8_t buf[1999];