3 May
2014
3 May
'14
6:03 p.m.
I used the same source for x264 that fixed the handbrake issue for SalixOS.
# Description: Library for encoding H264/AVC video streams (snapshot). # URL: http://www.videolan.org/developers/x264.html # Maintainer: Danny Rawlins, monster dot romster at gmail dot com # Packager: Rouven Schuerch, rs at tegonal dot com # Depends on: yasm
name=x264 version=20131106 release=1 source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/$name-snapshot-$version-2245.tar.bz2)
build() { cd $name-snapshot-$version-2245
./configure \ --prefix=/usr \ --enable-pic \ --enable-visualize \ --enable-shared \ --libdir=/usr/lib
make make DESTDIR=$PKG install chmod a-x $PKG/usr/lib/*.so }