[libvpx] armv7hl specific target

Tom Callaway spot at fedoraproject.org
Tue Feb 11 17:50:26 UTC 2014


commit fc5d09fef940496c0223fd0b7671d2da4923e309
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Tue Feb 11 12:51:04 2014 -0500

    armv7hl specific target

 libvpx.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
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 <spot at fedoraproject.org> - 1.3.0-2
+- armv7hl specific target
+
 * Tue Feb 11 2014 Tom Callaway <spot at fedoraproject.org> - 1.3.0-1
 - update to 1.3.0
 


More information about the scm-commits mailing list