交叉编译编译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
    [email protected] 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是确实编译输出到相应目录。

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

相关推荐
绿柱石20 小时前
华为ar1200修改con口密码
java·华为·ffmpeg
花落已飘1 天前
ffmpeg函数简介(封装格式相关)
ffmpeg·音视频
勘察加熊人2 天前
form+ffmpeg+opus录音压缩音频
ffmpeg·音视频
梧桐樹下2 天前
ffmpeg时间基与时间戳
ffmpeg
花落已飘3 天前
SDL显示YUV视频
ffmpeg·音视频
unix2linux3 天前
YOLO v5 Series - HTTP-FLV - FFmpeg & (HTML5 + FLV.js ) & (PyAV)
yolo·http·ffmpeg
winfredzhang3 天前
博客文章:深入分析 PyMovie - 基于 Python和 MoviePy 的视频管理工具
python·ffmpeg·音视频·pymovie
张风捷特烈3 天前
FFmpeg 7.1.1 | 编译 Android 动态链接库
android·ffmpeg
追随远方3 天前
Ubuntu 64-bit 交叉编译 FFmpeg(高级用户指南)
linux·ubuntu·ffmpeg
yunteng5215 天前
音视频(四)android编译
android·ffmpeg·音视频·x264·x265