summaryrefslogtreecommitdiffstats
path: root/x264
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-04-26 12:17:45 +0000
committer Eric Hameleers <alien@slackware.com>2010-04-26 12:17:45 +0000
commit11357fd206ce4d1e93b67c5709bba9a12657983a (patch)
treed0abb6452fa8387182b82b48843b921748771ec4 /x264
parent14f4667f2f35261c30d0afa489deb481fefa5df9 (diff)
downloadasb-11357fd206ce4d1e93b67c5709bba9a12657983a.tar.gz
asb-11357fd206ce4d1e93b67c5709bba9a12657983a.tar.xz
Updated to 20100425 snapshot (can now encode blu-ray video)
Diffstat (limited to 'x264')
-rwxr-xr-xx264/build/x264.SlackBuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/x264/build/x264.SlackBuild b/x264/build/x264.SlackBuild
index d95a483c..0991451c 100755
--- a/x264/build/x264.SlackBuild
+++ b/x264/build/x264.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright (c) 2009,2010 Eric Hameleers, Eindhoven, NL
+# Copyright 2009, 2010 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -34,6 +34,9 @@
# * Initial build.
# 20100127-1: 28/Jan/2010 by Eric Hameleers <alien@slackware.com>
# * Updated.
+# 20100425-1: 26/apr/2010 by Eric Hameleers <alien@slackware.com>
+# * Updated. The encoder is now capable of producing Blu-Ray
+# compliant video!
#
# Run 'sh x264.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -44,7 +47,7 @@
# Set initial variables:
PRGNAM=x264
-VERSION=${VERSION:-20100127}
+VERSION=${VERSION:-20100425}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -85,10 +88,6 @@ case "$ARCH" in
SLKLDFLAGS=""; LIBDIRSUFFIX=""
ARCHOPTS=""
;;
- powerpc) SLKCFLAGS="-O2"
- SLKLDFLAGS=""; LIBDIRSUFFIX=""
- ARCHOPTS=""
- ;;
x86_64) SLKCFLAGS="-O2 -fPIC"
SLKLDFLAGS="-L/usr/lib64"; LIBDIRSUFFIX="64"
ARCHOPTS="--enable-pic"
@@ -154,7 +153,7 @@ chmod -R u+w,go+r-w,a-s .
echo Building ...
-# Check for yasm, use older x264 snapshot if not found:
+# Check for yasm, abort if not found:
if ! which yasm >/dev/null 2>&1 ; then
echo "##"
echo "## The 'yasm' program does not seem to be installed."