summaryrefslogtreecommitdiff
path: root/package/libx264
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-18 08:58:53 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-18 08:58:53 +0200
commit7cee0b60d225fc212a514b4bd1499484d46e71ea (patch)
treebd4f18df8ecd51075d52f9cb6e3a89e11b79b208 /package/libx264
parenteb50b9df46b26e11a71250cc66dcf8924316c3ac (diff)
update to latest, fix arm compile
Diffstat (limited to 'package/libx264')
-rw-r--r--package/libx264/Makefile10
-rw-r--r--package/libx264/patches/patch-configure11
2 files changed, 15 insertions, 6 deletions
diff --git a/package/libx264/Makefile b/package/libx264/Makefile
index e9f2fd2ac..20e2e5f17 100644
--- a/package/libx264/Makefile
+++ b/package/libx264/Makefile
@@ -4,18 +4,16 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= libx264
-# actually is git checkout from 22.01.2014
-PKG_VERSION:= 1.0.1
-PKG_RELEASE:= 7
-PKG_MD5SUM:= 6be3e8adeaf6b007bbc04026b6ebd304
+# actually is git checkout from 18.05.2014
+PKG_VERSION:= 1.0.2
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 43946c39a27327f25751cddc1db0ed77
PKG_DESCR:= H264 encoding library
PKG_SECTION:= libs
PKG_URL:= http://www.videolan.org/developers/x264.html
PKG_SITES:= http://openadk.org/distfiles/
PKG_OPTS:= dev
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
-
PKG_BUILDDEP_IBM_X40:= yasm-host
include $(TOPDIR)/mk/package.mk
diff --git a/package/libx264/patches/patch-configure b/package/libx264/patches/patch-configure
new file mode 100644
index 000000000..35f81cc47
--- /dev/null
+++ b/package/libx264/patches/patch-configure
@@ -0,0 +1,11 @@
+--- libx264-1.0.2.orig/configure 2014-05-17 22:45:03.000000000 +0200
++++ libx264-1.0.2/configure 2014-05-18 08:20:20.000000000 +0200
+@@ -660,7 +660,7 @@ case $host_cpu in
+ LDFLAGS="$LDFLAGS -arch armv7"
+ fi
+ else
+- AS="${AS-${cross_prefix}gcc}"
++ AS="${cross_prefix}gcc"
+ fi
+ ;;
+ s390|s390x)