From cf31c1d4f835356ba1c21ecf22bd697e18c6d6c3 Mon Sep 17 00:00:00 2001 From: Stephen Hutchinson Date: Mon, 28 Oct 2013 16:52:49 -0400 Subject: avisynth: Remove outdated undef block Signed-off-by: Michael Niedermayer --- libavformat/avisynth.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libavformat/avisynth.c') diff --git a/libavformat/avisynth.c b/libavformat/avisynth.c index 8268ba79ac..f217c19edd 100644 --- a/libavformat/avisynth.c +++ b/libavformat/avisynth.c @@ -26,12 +26,6 @@ /* Enable function pointer definitions for runtime loading. */ #define AVSC_NO_DECLSPEC -// Shut up ffmpeg error messages. -// avisynth_c.h contains inline functions that call these functions. -#undef malloc -#undef free -#undef printf - /* Platform-specific directives for AviSynth vs AvxSynth. */ #ifdef _WIN32 #include -- cgit v1.2.3