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.
compilation of audacity 2.1.2
Forum rules
This forum is for Audacity on GNU/Linux.
Please state:
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state:
- which version of Linux you are using,
- the exact three-section version number of Audacity from Help menu > About Audacity,
- whether you installed your distribution's release, PPA version, or compiled Audacity from source code.
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Re: compilation of audacity 2.1.2
Thanks toto56,
However, Audacity will work with some FFmpeg versions later than 2.3 if Audacity is compiled with the option:
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/
As it say in the manual http://manual.audacityteam.org/o/man/fa ... tml#ffdowntoto56 wrote:Otherwise it is not compatible with ffmpeg-2.8.5
However, Audacity will work with some FFmpeg versions later than 2.3 if Audacity is compiled with the option:
Code: Select all
--disable-dynamic-loading
Last edited by Gale Andrews on Fri Jan 22, 2016 6:18 pm, edited 1 time in total.
Reason: correct URL
Reason: correct URL
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)