Hello ffmpeg experts, I'm building ffmpeg(current git head) but get the following error, and then can't step up next...
libavcodec/libsvtav1.c:438:70: error: too many arguments to function call, expected 2, have 3 438 | svt_ret = svt_av1_enc_init_handle(&svt_enc->svt_handle, svt_enc, &svt_enc->enc_params); my configuration option of ffmpeg: ./configure --prefix=${TARGET} --pkg-config-flags=--static --enable-gpl --enable-version3 --enable-nonfree \ --enable-libmp3lame --enable-libfdk-aac --enable-libvo-amrwbenc \ --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvorbis --enable-libspeex \ --enable-libopus --enable-libgsm --enable-libtwolame --enable-libsoxr \ --enable-libmodplug --enable-libopenjpeg --enable-libwebp \ --enable-libtheora --enable-libx264 --enable-libopenh264 --enable-libx265 \ --enable-libxvid --enable-libvpx --enable-libxavs \ --enable-libfreetype --enable-libharfbuzz --enable-fontconfig --enable-libfribidi \ --enable-libass --enable-libbluray --enable-libvidstab \ --enable-libsnappy --enable-libzmq --enable-libzvbi \ --enable-libzimg --enable-libaom --enable-libdav1d --enable-libmysofa \ --enable-librubberband --enable-libshine \ --enable-libvmaf --enable-libsvtav1 --enable-libxml2 \ --enable-libplacebo I'm exporting following compiler flags: export LDFLAGS="-L${TARGET}/lib -lc++ -Wl,-rpath,/usr/local/lib" export CFLAGS="-I${TARGET}/include -lstdc++" Please help me!!
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".