summaryrefslogtreecommitdiffstats
path: root/x264/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-04-26 03:41:40 +0000
committerpiernov <piernov@piernov.org>2012-04-26 03:41:40 +0000
commit89a97a7bdf5836f3bf524cdd01d3cf044ccc8f09 (patch)
treeded92db67d18770a0f485f574b5ef1bb8d619eb7 /x264/Pkgfile
parent6a4449a7b0194fe93480c13d45a6899381a1acb9 (diff)
downloadnutyx-extra-89a97a7bdf5836f3bf524cdd01d3cf044ccc8f09.tar.gz
nutyx-extra-89a97a7bdf5836f3bf524cdd01d3cf044ccc8f09.tar.bz2
nutyx-extra-89a97a7bdf5836f3bf524cdd01d3cf044ccc8f09.tar.xz
nutyx-extra-89a97a7bdf5836f3bf524cdd01d3cf044ccc8f09.zip
x264 20120425-1 màj port
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