The AviSynth C header received some updates in January when 2.6 RC1 was released, but using the updated header requires some adjustments to libavformat/avisynth.c.
Due to the copy of avisynth_c.h provided by 2.6's CVS having one instance of invalid C (but apparently valid C++), it's only mostly compatible now. AviSynth+ provides a fully compatible version by fixing this and merging in the Makefile I had in my temp repository, so the docs have also been updated to reflect the current situation. Stephen Hutchinson (2): avisynth: Fix compilation against current 2.6 header(s). avisynth: update documentation about the avisynth_c.h header doc/general.texi | 24 ++++++++++++++---------- libavformat/avisynth.c | 47 ++++++++++++++++++++++++++++------------------- 2 files changed, 42 insertions(+), 29 deletions(-) -- 2.1.0 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
