Hello.
I have successfully built and installed ffmpeg-0.11 (latest release at this date) on my machine (linux 3.4 on intel x86, 32-bits, with gcc 4.5.2).
However, when I configure and build audacity 2.0 from source, I get a bunch of errors like these (only first errors shown):
FFmpeg.h:556:4: error: use of enum ‘SampleFormat’ without previous declaration
FFmpeg.h:556:4: error: use of enum ‘SampleFormat’ without previous declaration
FFmpeg.h:593:4: error: ‘AVFormatParameters’ has not been declared
FFmpeg.h:593:4: error: ‘AVFormatParameters’ has not been declared
FFmpeg.h:610:4: warning: ‘av_register_protocol_fp’ initialized and declared ‘extern’
Is it my FFmpeg version that has been miscompiled, or is ffmpeg-0.11 incompatible with audacity 2.0?
Thanks.
–
F. Delente