gpt4 book ai didi

ffmpeg - ffmpeg 的配置脚本找不到 sdl2

转载 作者:行者123 更新时间:2023-12-04 23:02:41 27 4
gpt4 key购买 nike

环境:

 Ubuntu 16.04
ffmpeg source code version 3.4.2

已安装 SDL2
$ pkg-config --exists --print-errors sdl2
$ sdl2-config --cflags
-I/usr/include/SDL2 -D_REENTRANT
$ sdl2-config --libs
-L/usr/lib/x86_64-linux-gnu -lSDL2
$ sdl2-config --version
2.0.4

这是我的配置 shell 脚本的一部分:
PATH="$HOME/bin:$PATH" PKG_CONFIG_PATH="$TARGET_DIR/lib/pkgconfig" ./configure \
--prefix="$TARGET_DIR" \
--pkg-config-flags="--static" \
--enable-sdl2 \

当我运行脚本时,我得到的错误是“sdl2 requested but not found”。

我错过了什么?问候。

最佳答案

原来是一个配置标志导致了这个问题。

我的脚本基于 https://github.com/zimbatm/ffmpeg-static/blob/master/build.sh .

删除以下标志解决了问题:

--extra-ldexeflags="-static" \

关于ffmpeg - ffmpeg 的配置脚本找不到 sdl2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49609572/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com