缘由:
研究H264的RTP封装时发现大家都使用VLC进行实验,那么我也不搞特殊化,先试试
环境:
ubuntu 10.04LTS
过程:
0)下载最新的vlc:http://www.videolan.org/
1)sudo ./configure
configure: error: Could not find lua. Lua is needed for some interfaces (rc, telnet, http) as well as many other custom scripts.
=》sudo apt-get install lua5.1 liblua5.1-dev
configure: error:

本文介绍了在Ubuntu 10.04 LTS系统中编译VLC-2.0.2的过程,包括解决configure阶段出现的lua、libmad、libpostproc、liba52、xcb版本不匹配以及libgcrypt等问题,通过安装相应依赖并手动升级xcb到1.7版本。已安装最新ffmpeg的用户可跳过部分包的安装。

1452

被折叠的 条评论
为什么被折叠?



