From cb45553f577f8e0ebfe05d3287e1b6fa5859b967 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 20 Oct 2012 15:22:41 +0200 Subject: Remove pointless #undefs of previously forbidden functions. --- libavutil/opt.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavutil/opt.c') diff --git a/libavutil/opt.c b/libavutil/opt.c index 61a72d0a40..d2cb9ef95a 100644 --- a/libavutil/opt.c +++ b/libavutil/opt.c @@ -685,8 +685,6 @@ const AVClass *av_opt_child_class_next(const AVClass *parent, const AVClass *pre #ifdef TEST -#undef printf - typedef struct TestContext { const AVClass *class; -- cgit v1.2.3