gpt4 book ai didi

ffmpeg - 在 cygwin 上启用 libx264 构建 ffmpeg

转载 作者:行者123 更新时间:2023-12-04 22:46:48 26 4
gpt4 key购买 nike

我正在尝试使用 libx264 构建 ffmpeg(0.6.1 版本),以通过 cygwin 环境在 windows 平台上支持 h.264。

我编译了 x264-snapshot-20101228-2245 并将库安装在/usr/local/lib/(libx264.a) 中。这里的配置选项(./configure --enable-shared --disable-asm)

现在我正在尝试使用以下配置选项构建 ffmpeg:
./configure --enable-shared --disable-static --enable-pthreads --enable-libx264 --enable-gpl --disable-doc --enable-memalign-hack --extra-ldflags=/usr/local/lib
但是配置给出了错误。
壳:
错误:找不到 libx264

++++++++++++++++++++++
配置错误

gcc -o /tmp/ffconf.ww1dJh1K.exe /tmp/ffconf.X7919VWP.o -lpsapi -lz -lbz2 -lm -lx264 -lm
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find -lx264
collect2: ld returned 1 exit status
ERROR: libx264 not found
++++++++++++++++++++++

工具详情
Gcc 版本:gcc (GCC) 4.3.4 20090804 (release) 1

如果有人在这里指出问题,我会很高兴。

最佳答案

试试 --extra-ldflags="-L/usr/local/lib"。如果这没有帮助,请尝试 LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH ./configure ...

关于ffmpeg - 在 cygwin 上启用 libx264 构建 ffmpeg,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4779040/

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