summaryrefslogtreecommitdiffstats
path: root/x264/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'x264/Pkgfile')
-rw-r--r--x264/Pkgfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x264/Pkgfile b/x264/Pkgfile
index 0a8c59a69..80f9259cc 100644
--- a/x264/Pkgfile
+++ b/x264/Pkgfile
@@ -6,19 +6,20 @@
# Run on: yasm
name=x264
-version=20120316
+version=20120425
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
+ --enable-visualize \
+ --bit-depth=8 \
+ --chroma-format=all
make
make DESTDIR=$PKG install
chmod a-x $PKG/usr/lib/*.so