ubuntu 编译 ffmpeg: recompile with -fPIE
Posted chinabinlang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu 编译 ffmpeg: recompile with -fPIE相关的知识,希望对你有一定的参考价值。
安装相关编译环境;
# sudo apt-get install pkg-config
# sudo apt install build-essential
# sudo apt-get install manpages-dev
# sudo apt-get install automake
# sudo apt-get install yasm
# sudo apt install libsdl2-dev
如果还有 recompile with -fPIE;
LDFLAGS=-no-pie ./configure
或者,在脚本前面添加:
sudo LDFLAGS=-no-pie build_ffmpeg.sh
以上是关于ubuntu 编译 ffmpeg: recompile with -fPIE的主要内容,如果未能解决你的问题,请参考以下文章
C++ Ubuntu。使用 FFMPEG 库编译的多个未定义引用 [关闭]