]> git.pld-linux.org Git - packages/libx264.git/commitdiff
- dropped acam patch, pass CC auto/ac/libx264-0_1_2-1_20060430_2245_1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 19 May 2006 08:18:54 +0000 (08:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libx264.spec -> 1.9

libx264.spec

index 63d86714b3e92dc3bad7562bab6859e34570a231..137b15458e064cbe835bfa34079b280223f565db 100644 (file)
@@ -12,12 +12,8 @@ Group:               Libraries
 # 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
@@ -62,11 +58,11 @@ Statyczna biblioteka x264.
 
 %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} \
This page took 0.109838 seconds and 4 git commands to generate.