summaryrefslogtreecommitdiff
path: root/package/libx264
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-09-23 18:36:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-09-23 18:37:13 +0200
commit5c2c46c70e09e16bee1aa9417c9ff8c0a238b97f (patch)
treef9f7c04ec1452f57106236dff0e04162131a18e3 /package/libx264
parent5ae969ac63f67e0c8c6ab4363a3c3012fcd2efe5 (diff)
update to latest git
Diffstat (limited to 'package/libx264')
-rw-r--r--package/libx264/Makefile6
-rw-r--r--package/libx264/patches/patch-configure19
2 files changed, 17 insertions, 8 deletions
diff --git a/package/libx264/Makefile b/package/libx264/Makefile
index 3fc73f3a8..467bec7a3 100644
--- a/package/libx264/Makefile
+++ b/package/libx264/Makefile
@@ -4,10 +4,10 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= libx264
-# actually is git checkout from 18.05.2014
-PKG_VERSION:= 1.0.2
+# actually is git checkout from 22.09.2014
+PKG_VERSION:= 1.0.3
PKG_RELEASE:= 1
-PKG_MD5SUM:= 43946c39a27327f25751cddc1db0ed77
+PKG_MD5SUM:= 1bb600d270be1f71ddf578dde3f944ef
PKG_DESCR:= h264 encoding library
PKG_SECTION:= libs/video
PKG_URL:= http://www.videolan.org/developers/x264.html
diff --git a/package/libx264/patches/patch-configure b/package/libx264/patches/patch-configure
index 35f81cc47..5bd080085 100644
--- a/package/libx264/patches/patch-configure
+++ b/package/libx264/patches/patch-configure
@@ -1,11 +1,20 @@
---- 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
+--- libx264-1.0.3.orig/configure 2014-09-22 16:31:01.000000000 +0200
++++ libx264-1.0.3/configure 2014-09-22 17:11:32.000000000 +0200
+@@ -692,7 +692,7 @@ case $host_cpu in
LDFLAGS="$LDFLAGS -arch armv7"
fi
else
-- AS="${AS-${cross_prefix}gcc}"
-+ AS="${cross_prefix}gcc"
+- AS="${AS-${CC}}"
++ AS="${CC}"
+ fi
+ ;;
+ aarch64)
+@@ -701,7 +701,7 @@ case $host_cpu in
+ AS="${AS-extras/gas-preprocessor.pl $CC}"
+ ASFLAGS="$ASFLAGS -DPREFIX"
+ else
+- AS="${AS-${CC}}"
++ AS="${CC}"
fi
;;
s390|s390x)