先点上面下载源码。
然后,下载x264
x264, the best H.264/AVC encoder - VideoLAN
进到x264里
./configure --enable-static prefix=/home/yoyock/compile/libx264/static
配置生成static静态库,再指定生成要放的路径。
然后make
再sudo make install
再下载
lame-3.100
LAME (Lame Aint an MP3 Encoder) - Browse /lame/3.100 at SourceForge.net
进到lame-3.100目录
然后
./configure --enable-static prefix=/home/yoyock/compile/lame/static
配置生成static静态库,再指定生成要放的路径。
然后make
再sudo make install