FIXED:16.04 QT5 fatal error: libavutil/audioconvert.h: No such file or directory

Started by Jan Gruuthuse, May 19, 2016, 02:17:10 PM

Previous topic - Next topic

Jan Gruuthuse

Fixed: 43e958d    [core/plugin] Audioconvert is now in libavcodec
ubuntu xenial 16.04 64-bit QT5
branch: update_ffmpeg_3.0.2
d1e58b9    [build] Disable libva and nvenc

Quote** Failed at make, result in /tmp/logbuildPluginsCommon**
/home/jan/avidemux2/avidemux_plugins/ADM_audioDecoders/ADM_ad_lav/ADM_ad_lav.cpp:21:36: fatal error: libavutil/audioconvert.h: No such file or directory
compilation terminated.
ADM_audioDecoders/ADM_ad_lav/CMakeFiles/ADM_ad_lav.dir/build.make:65: recipe for target 'ADM_audioDecoders/ADM_ad_lav/CMakeFiles/ADM_ad_lav.dir/ADM_ad_lav.cpp.o' failed
make[2]: *** [ADM_audioDecoders/ADM_ad_lav/CMakeFiles/ADM_ad_lav.dir/ADM_ad_lav.cpp.o] Error 1
make[2]: Leaving directory '/home/jan/avidemux2/buildPluginsCommon'
CMakeFiles/Makefile2:528: recipe for target 'ADM_audioDecoders/ADM_ad_lav/CMakeFiles/ADM_ad_lav.dir/all' failed
make[1]: *** [ADM_audioDecoders/ADM_ad_lav/CMakeFiles/ADM_ad_lav.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[  6%] Linking CXX shared library libADM_ad_dca.so
cd /home/jan/avidemux2/buildPluginsCommon/ADM_audioDecoders/ADM_ad_dca && /usr/bin/cmake -E cmake_link_script CMakeFiles/ADM_ad_dca.dir/link.txt --verbose=1
/usr/bin/c++  -fPIC  -fmessage-length=0 -fmessage-length=0 -O3 -DNDEBUG  -shared -Wl,-soname,libADM_ad_dca.so -o libADM_ad_dca.so CMakeFiles/ADM_ad_dca.dir/ADM_dca.cpp.o  -L/home/jan/avidemux2/install/usr/lib -Wl,--as-needed -Wl,-z,defs -lstdc++ -ldca -lADM_core6 -lm -Wl,-rpath,/home/jan/avidemux2/install/usr/lib:
make[2]: Leaving directory '/home/jan/avidemux2/buildPluginsCommon'
[  6%] Built target ADM_ad_dca
make[1]: Leaving directory '/home/jan/avidemux2/buildPluginsCommon'
Makefile:152: recipe for target 'all' failed
make: *** [all] Error 2

Jan Gruuthuse

de972fa    [VS] Fix build with clang
Quote** Failed at make, result in /tmp/logbuildPluginsCommon**
same as above

mean


Jan Gruuthuse

Fixed: 43e958d    [core/plugin] Audioconvert is now in libavcodec