Author: qboosh Date: Fri May 19 08:19:01 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - dropped acam patch, pass CC
---- Files affected: SPECS: libx264.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/libx264.spec diff -u SPECS/libx264.spec:1.8 SPECS/libx264.spec:1.9 --- SPECS/libx264.spec:1.8 Mon May 1 17:10:57 2006 +++ SPECS/libx264.spec Fri May 19 10:18:54 2006 @@ -13,12 +13,8 @@ # but it's too old, so use snapshots... Source0: ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-%{snap}-%{snaph}.tar.bz2 # Source0-md5: 667c760dda91e9a3f50186d4676b5d5a -#Patch0: %{name}-acam.patch -Patch1: %{name}-liblink.patch +Patch0: %{name}-liblink.patch URL: http://developers.videolan.org/x264.html -BuildRequires: autoconf >= 2.53 -BuildRequires: automake -BuildRequires: libtool %ifarch %{ix86} BuildRequires: nasm %endif @@ -63,11 +59,11 @@ %prep %setup -q -n x264-snapshot-%{snap}-%{snaph} -#%patch0 -p1 -%patch1 -p0 +%patch0 -p0 sed -i 's:-O4::g' configure %build +CC="%{__cc}" \ ./configure \ --prefix=%{_prefix} \ --exec-prefix=%{_prefix} \ @@ -113,6 +109,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2006/05/19 08:18:54 qboosh +- dropped acam patch, pass CC + Revision 1.8 2006/05/01 15:10:57 pluto - tabs. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libx264.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
