From 5c2c46c70e09e16bee1aa9417c9ff8c0a238b97f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 23 Sep 2014 18:36:31 +0200 Subject: update to latest git --- package/libx264/Makefile | 6 +++--- package/libx264/patches/patch-configure | 19 ++++++++++++++----- 2 files changed, 17 insertions(+), 8 deletions(-) (limited to 'package') 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) -- cgit v1.2.3