# Description: Librairie libre pour encoder des flux vidéos en H264/AVC # URL: http://www.videolan.org/developers/x264.html # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: yasm # Run on: yasm name=x264 version=20120529 release=1 source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$version-2245.tar.bz2) build() { cd x264-snapshot-$version-2245 ./configure \ --prefix=/usr \ --enable-pic \ --enable-shared \ --enable-static \ --enable-visualize \ --bit-depth=8 \ --chroma-format=all make make DESTDIR=$PKG install chmod a-x $PKG/usr/lib/*.so }