LINUX编译vlc

  • 下载

VideoLAN / VLC · GitLab

选择最新的发布版本

LINUX编译vlc_第1张图片

  • 准备
sudo apt install -y xcb bison
sudo apt install -y autopoint
sudo apt install -y autoconf automake libtool
  • 编译ffmpeg

LINUX FFMPEG编译汇总(最简化)_底部的附件列表中】: ffmpeg - lzip 轻下,如: d program igpl - sh-CSDN博客

  • 编译
./bootstrap

./configure \
    --prefix=/root/Desktop/vlc-3.0.0-git/out/ \
    --disable-qt \
    --enable-run-as-root

make
make install

你可能感兴趣的:(linux,运维,服务器)