From fc5d09fef940496c0223fd0b7671d2da4923e309 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 11 Feb 2014 12:51:04 -0500 Subject: [PATCH] armv7hl specific target --- libvpx.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libvpx.spec b/libvpx.spec index cba6c84..7db2569 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -6,7 +6,7 @@ Name: libvpx Summary: VP8 Video Codec SDK Version: %{majorver}.%{minorver}.%{tinyver} %global soversion %{version} -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: System Environment/Libraries Source0: http://webm.googlecode.com/files/%{name}-v%{version}.tar.bz2 @@ -51,9 +51,13 @@ and decoder. %ifarch x86_64 %global vpxtarget x86_64-linux-gcc %else +%ifarch armv7hl +%global vpxtarget armv7-linux-gcc +%else %global vpxtarget generic-gnu %endif %endif +%endif # The configure script will reject the shared flag on the generic target # This means we need to fall back to the manual creation we did before. :P @@ -145,6 +149,9 @@ popd %{_bindir}/* %changelog +* Tue Feb 11 2014 Tom Callaway - 1.3.0-2 +- armv7hl specific target + * Tue Feb 11 2014 Tom Callaway - 1.3.0-1 - update to 1.3.0