]> git.pld-linux.org Git - packages/libdv.git/commitdiff
- fix idiotic constraints for asm. operands
authorPaweł Sikora <pluto@pld-linux.org>
Sat, 10 Dec 2005 22:08:35 +0000 (22:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  to avoid invalid code (e.g. `paddb %edx, %mm3`).

Changed files:
    libdv.spec -> 1.40

libdv.spec

index 49d1508f8e417775d3df269a9c039b0611146319..0009f7cbc78eda222da84c391e6d8aa7879f0461 100644 (file)
@@ -18,6 +18,7 @@ Group:                Libraries
 Source0:       http://dl.sourceforge.net/libdv/%{name}-%{version}.tar.gz
 # Source0-md5: f6b08efce7472daa20685e6e8431f542
 Patch0:                %{name}-include_fix.patch
+Patch1:                %{name}-mmx.patch
 URL:           http://libdv.sourceforge.net/
 %if %{with gui}
 BuildRequires: SDL-devel >= 1.1.6
@@ -84,6 +85,7 @@ Statyczna wersja biblioteki libdv.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 cp /usr/share/automake/config.sub .
This page took 0.905616 seconds and 4 git commands to generate.