[FFmpeg-devel] [PATCH] lavf/avisynth: fix compilation, remove bundled headers

John Warburton john at johnwarburton.net
Thu Mar 26 11:22:35 CET 2015


On Wed, Mar 25, 2015 at 7:50 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Wed, Mar 25, 2015 at 01:59:18PM -0400, Stephen Hutchinson wrote:
>> On Wed, Mar 25, 2015 at 12:49 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
>> > ive applied patch 4 from the patchset too, does that fix it ?

> applied the patches

Thank you for updating these headers. FFmpeg now cross-compiles for a
Win64 target under Mingw-w64 (in Cygwin) with one warning:

CC      libavformat/avisynth.o
In file included from libavformat/avisynth.c:33:0:
./compat/avisynth/avisynth_c.h:788:27: warning: function declaration
isn't a prototype [-Wstrict-prototypes]
 AVSC_INLINE AVS_Library * avs_load_library() {
                           ^

I'll test it with a real AviSynth+ 64-bit installation later today.
J


More information about the ffmpeg-devel mailing list