]> git.pld-linux.org Git - packages/libmpeg3.git/commitdiff
- ugly workaround for gcc (which won't allocate ebx when compiling PIC)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 13 Feb 2001 02:24:41 +0000 (02:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
(asm code looks good - but please test it, I don't have MMX)

Changed files:
    libmpeg3.spec -> 1.4

libmpeg3.spec

index 1159d400bfc7b9a8e145457c93b41809953028e4..0636a06063b75ece582714ddd4214930ad615b3e 100644 (file)
@@ -10,6 +10,7 @@ Source0:      http://heroine.linuxave.net/%{name}-%{version}.tar.gz
 Patch0:                %{name}-shared.patch
 Patch1:                %{name}-headers.patch
 Patch2:                %{name}-install.patch
+Patch3:                %{name}-gcc.patch
 BuildRequires: nasm
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -78,6 +79,7 @@ plikami MPEG.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 ln -sf . libmpeg3
 
 %build
This page took 0.076127 seconds and 4 git commands to generate.