Thread Previous • Date Previous • Date Next • Thread Next |
(In reply to comment #5) > What FFmpeg libraries do you have installed and where? 2.2.2 installed in /usr/local/lib. > Can you run these commands to shed some light on it? > find /usr/ -name avcodec.h /usr/include/libavcodec/avcodec.h /usr/local/include/libavfilter/avcodec.h /usr/local/include/libavcodec/avcodec.h > find /usr/ /lib -name 'libavcodec*.so*' /usr/lib/vlc/plugins/codec/libavcodec_plugin.so /usr/lib/i386-linux-gnu/libavcodec.so /usr/lib/i386-linux-gnu/libavcodec.so.53 /usr/lib/i386-linux-gnu/libavcodec.so.53.35.0 /usr/lib/i386-linux-gnu/i686/cmov/libavcodec.so /usr/lib/i386-linux-gnu/i686/cmov/libavcodec.so.53 /usr/lib/i386-linux-gnu/i686/cmov/libavcodec.so.53.35.0 /usr/local/lib/libavcodec.so /usr/local/lib/libavcodec.so.55 /usr/local/lib/libavcodec.so.55.52.102 > grep -H av_codec_is_encoder $(find /usr/ -name avcodec.h) /usr/local/include/libavcodec/avcodec.h:int av_codec_is_encoder(const AVCodec *codec); Thanks! -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to audacity in Ubuntu. Matching subscriptions: Ubuntu Studio Bugs https://bugs.launchpad.net/bugs/1076928 Title: FTBFS with libav9 Status in Audacity: Confirmed Status in “audacity” package in Ubuntu: Fix Released Status in “audacity” source package in Trusty: Fix Released Status in “audacity” package in Debian: Fix Released Status in “audacity” package in Gentoo Linux: Won't Fix Bug description: Imported from Debian bug http://bugs.debian.org/692809: Audacity currently FTBFS with libav 9: [Impact] Without libav support, you cannot import/export various audio file types (.ac3, .wma, .m4a, .opus, ...). Previous Ubuntu releases had libav support enabled. [Testcase] 1) Create an .ac3 and/or .wma audio file. 2) Open Audacity 3) Select File -> Open -> Open the .ac3/.wma file. Audacity should open the .ac3 and .wma file instead of showing an error that Audacity does not support this file type. [Regression Potential] The patch re-introduces libav support again. Major changes in the FFmpeg module were needed to support libav 9 and newer. There could be (new) bugs in the libav import/export due to these changes. Because no other files were touched, there shouldn't be regressions in other parts of the program. To manage notifications about this bug go to: https://bugs.launchpad.net/audacity/+bug/1076928/+subscriptions
Thread Previous • Date Previous • Date Next • Thread Next |