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

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

相关推荐
王江奎9 分钟前
FFmpeg 升级指北
ffmpeg
雨夜和阳晨5 小时前
FFmpeg录制屏幕及声音
ffmpeg
吴声子夜歌5 小时前
FFmpeg——基础知识及FFmpeg框架
ffmpeg
aqi001 天前
FFmpeg开发笔记(七十二)Linux给FFmpeg集成MPEG-5视频编解码器EVC
android·ffmpeg·音视频·流媒体
不太会编程的IT男2 天前
在 Jetson Orin 开发套件上使用 Hardware Encoder / Decoder 构建 FFmpeg
ffmpeg·视频编解码·h.264
m0_687399842 天前
写一个Ununtu C++ 程序,调用ffmpeg API, 来判断一个数字电影的视频文件mxf 是不是Jpeg2000?
开发语言·c++·ffmpeg
aqi002 天前
FFmpeg开发笔记(七十一)使用国产的QPlayer2实现双播放器观看视频
android·ffmpeg·音视频·流媒体
Java患者·2 天前
【小白】linux安装ffmpeg | java转码 【超详细】
ffmpeg
suifen_2 天前
RK平台ffmpeg支持硬件编解码
ffmpeg
feiyangqingyun2 天前
全网唯一/Qt结合ffmpeg实现手机端采集摄像头推流到rtsp或rtmp/可切换前置后置摄像头/指定分辨率帧率
qt·智能手机·ffmpeg