ITADN

Error running configure when update ffmpeg - ERROR: lc3 >= 1.1.0 not found using pkg-config

#3124Openycwan 创建于 2026-05-22
Y
ycwancommented
<!--- If you use the built-in options and it's broken because of a lib you didn't even know existed or will never use, please choose your own libs and avoid creating issues about it. I barely have any time or will to maintain this. For new libs and tools pull requests are strongly recommended instead of opening a feature request for the same reason above. Make sure to mention if you are building for 32-bit or 64-bit or both and mention what the suite failed to build. Please make sure to at least give the title a little detail as to what you failed to compile. Any issues without a `logs.zip` or at least an error report with either be ignored or closed without warning. Any issue not dealing with the suite or a custom build will not be supported and should be taken to the proper forums or repo page. If you understood the above, add the info below: ---> ``` bash └ libplacebo-git .............................................. [Updated] ├ Installing texinfo... done Running git update for ffmpeg ... ┌ ffmpeg git ............................................ [Updates found] ├ Changing options to comply to nonfree... CUDA_PATH environment variable not set or directory does not exist. ├ Compiling static FFmpeg... ├ Running uninstall... ├ Running configure... Likely error (tail of the failed operation logfile): CXXFLAGS: -D_FORTIFY_SOURCE=2 -fstack-protector-strong -mtune=generic -O2 -pipe -D__USE_MINGW_ANSI_STDIO=1 LDFLAGS: -D_FORTIFY_SOURCE=2 -fstack-protector-strong -mtune=generic -O2 -pipe -D__USE_MINGW_ANSI_STDIO=1 -static-libgcc -static-libstdc++ -L/local64/lib -L/ucrt64/lib ../configure --prefix=/local64 --bindir=/local64/bin-video --pkg-config=pkgconf --pkg-config-flags=--keep-system-libs --keep-system-cflags --static --cc=ccache gcc --cxx=ccache g++ --ld=ccache g++ --extra-cxxflags=-fpermissive --extra-cflags=-Wno-int-conversion --disable-autodetect --enable-amf --enable-bzlib --enable-cuda --enable-cuvid --enable-d3d12va --enable-d3d11va --enable-dxva2 --enable-iconv --enable-lzma --enable-nvenc --enable-zlib --enable-sdl2 --enable-ffnvcodec --enable-nvdec --enable-cuda-llvm --enable-gpl --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libdav1d --enable-libaom --disable-debug --enable-libfdk-aac --enable-fontconfig --enable-libass --enable-libbluray --enable-libfreetype --enable-libharfbuzz --enable-libvpl --enable-libmysofa --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libwebp --enable-libxml2 --enable-libzimg --enable-libshine --enable-avisynth --enable-libxvid --enable-libopenmpt --enable-version3 --enable-librav1e --enable-libsrt --enable-libgsm --enable-libvmaf --enable-libsvtav1 --enable-chromaprint --enable-decklink --enable-frei0r --enable-libaribb24 --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfribidi --enable-libgme --enable-libilbc --enable-libsvthevc --enable-libsvtvp9 --enable-libkvazaar --enable-libmodplug --enable-librist --enable-librtmp --enable-librubberband --enable-libtesseract --enable-libxavs --enable-libzmq --enable-libzvbi --enable-openal --enable-libcodec2 --enable-ladspa --enable-libglslang --enable-vulkan --enable-libdavs2 --enable-libxavs2 --enable-libuavs3d --enable-libplacebo --enable-libjxl --enable-libvvenc --enable-libvvdec --enable-liblc3 --enable-audiotoolbox --enable-libsvtjpegxs --enable-opencl --enable-opengl --enable-libopenh264 --enable-openssl --extra-cflags=-DLIBTWOLAME_STATIC --extra-cflags=-DCACA_STATIC --extra-cflags=-DMODPLUG_STATIC --extra-cflags=-DCHROMAPRINT_NODLL --extra-cflags=-DZMQ_STATIC --extra-libs=-lpsapi --extra-cflags=-DLIBXML_STATIC --extra-libs=-liconv --disable-w32threads --extra-cflags=-DKVZ_STATIC_LIB --enable-nonfree --extra-libs=-lAudioToolboxWrapper --disable-outdev=audiotoolbox --extra-cflags=-DAL_LIBTYPE_STATIC --extra-cflags=-ID:/MABS/local64/include --extra-cflags=-ID:/MABS/local64/include/AL --extra-version=g5b38e6eafb+3 ERROR: lc3 >= 1.1.0 not found using pkg-config If you think configure made a mistake, make sure you are using the latest version from Git. If the latest version fails, report the problem to the ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat. Include the log file "ffbuild/config.log" produced by configure as this will help solve the problem. configure failed. Check D:/MABS/build/ffmpeg-git/build-static-64bit/ab-suite.configure.log This is required for other packages, so this script will exit. Creating diagnostics file... Attach D:\MABS\build\logs.zip to the GitHub issue. Make sure the suite is up-to-date before reporting an issue. It might've been fixed already. Try running the build again at a later time. ``` [logs.zip](https://github.com/user-attachments/files/28160339/logs.zip) [ab-suite.configure.log](https://github.com/user-attachments/files/28160358/ab-suite.configure.log) [config.log](https://github.com/user-attachments/files/28160407/config.log)
0 条评论