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

@ -337,9 +337,6 @@ void av_des_mac(AVDES *d, uint8_t *dst, const uint8_t *src, int count) {
}
#ifdef TEST
#undef printf
#undef rand
#undef srand
#include <stdlib.h>
#include <stdio.h>
#include "libavutil/time.h"