交叉编译编译ffmpeg:ERROR: x265 not found using pkg-config(未解决)

  • 具体错误

    ERROR: x265 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.

  • 说明

实际上都已经配置了:

复制代码
export PKG_CONFIG_PATH=${BUILD_DIR}/lib/pkgconfig:${PKG_CONFIG_PATH}

./configure \
    --pkgconfigdir=${PKG_CONFIG_PATH} \
    --extra-cflags="-I${BUILD_DIR}/include" \
    --extra-ldflags="-L${BUILD_DIR}/lib" \

......

x264就没问题,x265就死活找不到。而x265是确实编译输出到相应目录。

可能是需要的链接库不对?或者是接口变了?

相关推荐
AJi16 小时前
编解码原理(一):H264
ffmpeg·音视频开发·视频编码
linux开发之路19 小时前
C++ 音视频开发常见面试题及答案汇总
c++·ffmpeg·音视频·流媒体·音视频编解码
默凉3 天前
ffmpeg 安装
ffmpeg
微瑟秋风5 天前
Python应用——ffmpeg处理音视频的常见场景
python·ffmpeg
WSSWWWSSW5 天前
警告:OPENCV_FFMPEG_READ_ATTEMPTS (current value is 4096)
人工智能·opencv·ffmpeg
A尘埃5 天前
FFmpeg音视频处理解决方案
ffmpeg·音视频
Industio_触觉智能5 天前
瑞芯微RK3576平台FFmpeg硬件编解码移植及性能测试实战攻略
ffmpeg·开发板·嵌入式开发·瑞芯微·视频解码·rk3576·rk3576j
Font Tian5 天前
FFmpeg 不同编码的压缩命令详解
ffmpeg·音视频·视频编解码·视频·视频压缩
Natsume17105 天前
音视频开发入门:FFmpeg vs GStreamer,新手该如何选择?
c语言·c++·ffmpeg·音视频·webrtc·实时音视频·视频编解码
CHN悠远6 天前
FFMPEG 10BIT下 Intel b570 qsv 硬解AV1,H265视频编码测试
ffmpeg·av1·h265