Cross compiling Libx264 for ARM

来源:互联网 发布:微型继电器型号 淘宝 编辑:程序博客网 时间:2024/05/16 13:55

转自: http://www.blogs.soctel.in/cross-compiling-libx264-for-arm/

Download the x264 snapshot from ftp://ftp.videolan.org/pub/x264/snapshots/last_x264.tar.bz2

This will buiild both the library (libx264.a) and the executable (x264)

$ ./configure –host=arm-none-linux-gnueabi –cross-prefix=/opt/toolschain/4.4.3/bin/arm-none-linux-gnueabi- –enable-shared –enable-static –disable-asm  –prefix=/home/soctel/Desktop/armlibs/install_all/

$ make

$ make install

0 0
原创粉丝点击