[FFmpeg-user] libavcodec/libsvtav1.c:438:70: error: too many arguments to function call, expected 2, have 3
桃源老師
xanadu6291 at dream.jp
Fri Jan 31 11:21:44 EET 2025
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!!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4391 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20250131/0018eab0/attachment.bin>
More information about the ffmpeg-user
mailing list