SPECS (DEVEL): transcode.spec - don't pass bogus --enable options ...
qboosh
qboosh at pld-linux.org
Fri Dec 16 10:19:17 CET 2005
Author: qboosh Date: Fri Dec 16 09:19:17 2005 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- don't pass bogus --enable options on archs not supporting them
---- Files affected:
SPECS:
transcode.spec (1.77.2.8 -> 1.77.2.9)
---- Diffs:
================================================================
Index: SPECS/transcode.spec
diff -u SPECS/transcode.spec:1.77.2.8 SPECS/transcode.spec:1.77.2.9
--- SPECS/transcode.spec:1.77.2.8 Thu Dec 1 15:01:42 2005
+++ SPECS/transcode.spec Fri Dec 16 10:19:10 2005
@@ -107,15 +107,14 @@
%configure \
ac_cv_header_decore_h=no \
ac_cv_header_encore2_h=no \
+%ifarch ppc
+ --disable-altivec \
+%endif
+%ifarch %{ix86} %{x8664}
--enable-mmx \
--enable-3dnow \
--enable-sse \
--enable-sse2 \
-%ifnarch ppc
- --enable-altivec \
-%endif
-%ifarch ppc
- --disable-altivec \
%endif
%ifarch %{ix86}
%ifarch i386 i486 i586 \
@@ -202,6 +201,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.77.2.9 2005/12/16 09:19:10 qboosh
+- don't pass bogus --enable options on archs not supporting them
+
Revision 1.77.2.8 2005/12/01 14:01:42 qboosh
- updated to 1.0.2
- BR: ffmpeg-devel, avifile-devel without broken includedir
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/transcode.spec?r1=1.77.2.8&r2=1.77.2.9&f=u
More information about the pld-cvs-commit
mailing list