armv7hl specific target

This commit is contained in:
Tom Callaway 2014-02-11 12:51:04 -05:00
parent 054087324d
commit fc5d09fef9

View File

@ -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@fedoraproject.org> - 1.3.0-2
- armv7hl specific target
* Tue Feb 11 2014 Tom Callaway <spot@fedoraproject.org> - 1.3.0-1
- update to 1.3.0