rpms/ffmpeg-compat/F-19 ffmpeg-compat.spec,1.10,1.11

Nicolas Chauvet kwizart at rpmfusion.org
Sat Jun 29 15:33:06 CEST 2013


Author: kwizart

Update of /cvs/free/rpms/ffmpeg-compat/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10731

Modified Files:
	ffmpeg-compat.spec 
Log Message:
Fix build on non-neon target



Index: ffmpeg-compat.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg-compat/F-19/ffmpeg-compat.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ffmpeg-compat.spec	28 Jun 2013 06:51:56 -0000	1.10
+++ ffmpeg-compat.spec	29 Jun 2013 13:33:05 -0000	1.11
@@ -10,7 +10,7 @@
 Summary:        Digital VCR and streaming server
 Name:           ffmpeg-compat
 Version:        0.6.6
-Release:        8%{?dist}
+Release:        9%{?dist}
 %if 0%{?_with_amr:1}
 License:        GPLv3+
 %else
@@ -21,6 +21,7 @@
 Source0:        http://ffmpeg.org/releases/ffmpeg-%{version}.tar.bz2
 Source1:        ffmpeg-snapshot.sh
 Patch0:         ffmpeg-0.6.6-compile-fix.patch
+Patch1:         0001-Fix-build-when-seletected-fpu-is-not-neon-on-arm.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  bzip2-devel
@@ -116,6 +117,7 @@
 %prep
 %setup -q -n ffmpeg-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 mkdir generic
@@ -229,6 +231,9 @@
 
 
 %changelog
+* Sat Jun 29 2013 Nicolas Chauvet <kwizart at gmail.com> - 0.6.6-9
+- Fix build on non-neon arm
+
 * Thu Jun 27 2013 Nicolas Chauvet <kwizart at gmail.com> - 0.6.6-8
 - Drop support for VAAPI on fedora
 


More information about the rpmfusion-commits mailing list