[FFmpeg-user] Error while building recent FFmpeg from source

Venkateswaran.S venketeswaran2015 at gmail.com
Thu Mar 7 15:15:55 EET 2019


Hi Team,

I'm building FFmpeg from below github source.
https://github.com/FFmpeg/FFmpeg.git

Configure script :
./configure --enable-gpl --enable-version3 --disable-static --enable-shared
--enable-small --enable-avisynth --enable-chromaprint --enable-frei0r
--enable-gmp --enable-gnutls --enable-ladspa --enable-libaom
--enable-libass --enable-libcaca --enable-libcdio --enable-libcodec2
--enable-libfontconfig --enable-libfreetype --enable-libfribidi
--enable-libgme --enable-libgsm --enable-libjack --enable-libmodplug
--enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb
--enable-libopencore-amrwb --enable-libopenjpeg --enable-libopenmpt
--enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband
--enable-librtmp --enable-libshine --enable-libsmbclient --enable-libsnappy
--enable-libsoxr --enable-libspeex --enable-libssh --enable-libtesseract
--enable-libtheora --enable-libtwolame --enable-libv4l2
--enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx
--enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265
--enable-libxvid --enable-libxml2 --enable-libzmq --enable-libzvbi
--enable-lv2 --enable-libmysofa --enable-openal --enable-opencl
--enable-opengl --enable-libdrm

I'm getting below error while make.

libavfilter/af_sofalizer.c: In function ‘preload_sofa’:
libavfilter/af_sofalizer.c:164:32: error: implicit declaration of function
‘mysofa_neighborhood_init_withstepdefine’; did you mean
‘mysofa_neighborhood_init’? [-Werror=implicit-function-declaration]
         s->sofa.neighborhood =
mysofa_neighborhood_init_withstepdefine(s->sofa.hrtf,
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                mysofa_neighborhood_init
libavfilter/af_sofalizer.c:164:30: warning: assignment makes pointer from
integer without a cast [-Wint-conversion]
         s->sofa.neighborhood =
mysofa_neighborhood_init_withstepdefine(s->sofa.hrtf,
                              ^
cc1: some warnings being treated as errors
ffbuild/common.mak:60: recipe for target 'libavfilter/af_sofalizer.o' failed
make: *** [libavfilter/af_sofalizer.o] Error 1

Regards,
Venkateswaran.S


More information about the ffmpeg-user mailing list