[libvpx/el5/master] ppc support

Tom Callaway spot at fedoraproject.org
Thu Mar 10 20:10:49 UTC 2011


commit db74935b71c2dfbb0976cc406bf8dc8dc388688b
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Thu Mar 10 15:11:54 2011 -0500

    ppc support

 libvpx.spec |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/libvpx.spec b/libvpx.spec
index 882b869..b8e1c1b 100644
--- a/libvpx.spec
+++ b/libvpx.spec
@@ -1,7 +1,7 @@
 Name:			libvpx
 Summary:		VP8 Video Codec SDK
 Version:		0.9.6
-Release:		1%{?dist}
+Release:		1%{?dist}.1
 License:		BSD
 Group:			System Environment/Libraries
 Source0:		http://webm.googlecode.com/files/%{name}-v%{version}.tar.bz2
@@ -50,9 +50,17 @@ and decoder.
 %ifarch	x86_64
 %global	vpxtarget x86_64-linux-gcc
 %else
+%ifarch ppc 
+%global vpxtarget ppc32-linux-gcc
+%else
+%ifarch ppc64
+%global vpxtarget ppc64-linux-gcc
+%else
 %global vpxtarget generic-gnu
 %endif
 %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
@@ -165,6 +173,9 @@ rm -rf %{buildroot}
 %{_bindir}/*
 
 %changelog
+* Thu Mar 10 2011 Tom Callaway <spot at fedoraproject.org> - 0.9.6-1.1
+- ppc support
+
 * Thu Mar 10 2011 Tom Callaway <spot at fedoraproject.org> - 0.9.6-1
 - update to 0.9.6
 


More information about the scm-commits mailing list