Author: adasi Date: Mon Jan 22 22:51:44 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - motion estimator doesn't work on x8664
---- Files affected: SPECS: mlt.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/mlt.spec diff -u SPECS/mlt.spec:1.9 SPECS/mlt.spec:1.10 --- SPECS/mlt.spec:1.9 Tue Dec 5 19:23:49 2006 +++ SPECS/mlt.spec Mon Jan 22 23:51:39 2007 @@ -8,7 +8,7 @@ Summary(pl): MLT - szkielet multimedialny o otwartych źródłach Name: mlt Version: 0.2.2 -Release: 0.1 +Release: 0.2 License: GPL Group: X11/Applications/Multimedia Source0: http://dl.sourceforge.net/mlt/%{name}-%{version}.tar.gz @@ -66,7 +66,11 @@ %build %configure \ --enable-gpl \ +%ifarch %{x8664} + --disable-motion-est \ +%else --enable-motion-est \ +%endif --disable-debug \ %ifarch i586 i686 %{x8664} --disable-mmx \ @@ -109,6 +113,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2007/01/22 22:51:39 adasi +- motion estimator doesn't work on x8664 + Revision 1.9 2006/12/05 18:23:49 prism - whose idea was it to BR: bluefish? - enabled motion-est and avformat ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mlt.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
