compilation of audacity 2.1.2

It was successful, but after modifying src/FFmpeg.h


692c692
< (const AVOutputFormat *f),

  (AVOutputFormat *f),

759c759
< (const AVFifoBuffer *f),

  (AVFifoBuffer *f),

805c805
< (const AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags),

  (AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags),

Otherwise it is not compatible with ffmpeg-2.8.5.

Thanks toto56,

As it say in the manual http://manual.audacityteam.org/o/man/faq_installation_and_plug_ins.html#ffdown

However, Audacity will work with some FFmpeg versions later than 2.3 if Audacity is compiled with the option:

--disable-dynamic-loading

if you have a unified diff against the current GitHub source, I’d be happy to pass it on to the developers, or you can yourself via the developers email list: http://audacityteam.org/contact/mailing-lists/