少不得交叉编译环境Cygwin的安装,版本我的是1.7.6,不要低于或等于1.5就行,因为我的NDK里面(docs\INSTALL.TXT)有说: Note that running it under MSys or Cygwin 1.5 is not supported.还说明要安装Cygwin时还要GNU Make 3.81(make –v)可以查看,所以为了安全起见在安装Cygwin时全部要安装的包我都选上了,安装了很久呢。
cente os 6 LINUX下编译ffmpeg-x264 1.汇编编译器 tar xzvf yasm-1.2.0.tar.gz cd yasm-0.6.0 ./configure --prefix=/usr/local/yasm make make install 2.x264编译 tar jxfz last_x264.tar.bz2 ./configure --prefix=/usr/local/yasm make make install cp libx264.a /usr/lib c