[FFmpeg-devel] [PATCH 07/11] avisynth: Remove outdated undef block

Stephen Hutchinson qyot27 at gmail.com
Mon Oct 28 21:52:49 CET 2013


---
 libavformat/avisynth.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/libavformat/avisynth.c b/libavformat/avisynth.c
index 8268ba7..f217c19 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 <windows.h>
-- 
1.8.3.2



More information about the ffmpeg-devel mailing list