From 1188119624e42c1b2ce5be6137d2e6c6f4f03328 Mon Sep 17 00:00:00 2001 From: Stephen Hutchinson Date: Thu, 12 Mar 2015 22:52:30 -0400 Subject: avisynth: update documentation about the avisynth_c.h header Signed-off-by: Luca Barbato --- libavformat/avisynth.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'libavformat/avisynth.c') diff --git a/libavformat/avisynth.c b/libavformat/avisynth.c index 604afdda89..fb7441c6c7 100644 --- a/libavformat/avisynth.c +++ b/libavformat/avisynth.c @@ -27,16 +27,7 @@ /* Enable function pointer definitions for runtime loading. */ #define AVSC_NO_DECLSPEC -/* Platform-specific directives for AviSynth vs AvxSynth. - * - * avisynth_c.h needs to be the one provided with x264, as - * the one in AviSynth's CVS hasn't been updated to support - * 2.6's extra colorspaces. A temporary source of that header, - * installable from a GNU-style Makefile is available from - * github.com/qyot27/avisynth_headers -- AvxSynth doesn't - * require this kind of special treatment because like any - * standard *nix application, it installs its headers - * alongside its libs. */ +/* Platform-specific directives for AviSynth vs AvxSynth. */ #ifdef _WIN32 #include #undef EXTERN_C -- cgit v1.2.3