mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avisynth: Remove outdated undef block
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
df6279e737
commit
cf31c1d4f8
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user