diff options
Diffstat (limited to 'x264/Pkgfile')
-rw-r--r-- | x264/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x264/Pkgfile b/x264/Pkgfile index 02cbc9d4c..bbf9ebcdf 100644 --- a/x264/Pkgfile +++ b/x264/Pkgfile @@ -6,7 +6,7 @@ # Run on: yasm name=x264 -version=20111022 +version=20111210 release=1 source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$version-2245.tar.bz2) @@ -18,7 +18,8 @@ build() { --enable-pic \ --enable-shared \ --enable-static \ - --enable-visualize + --enable-visualize \ + --bit-depth=10 make make DESTDIR=$PKG install chmod a-x $PKG/usr/lib/*.so |