]> git.pld-linux.org Git - packages/libvpx.git/commitdiff
- rel 1; no asm on x86_64 due to PIC problems auto/th/libvpx-0_9_0-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 20 May 2010 17:18:31 +0000 (17:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libvpx.spec -> 1.6

libvpx.spec

index f0844f2e382fa1ab66d0473d28c01e5f86152554..2b97bca7097d95672563d9111efdcb57549b1416 100644 (file)
@@ -1,8 +1,14 @@
 %bcond_without asm
+
+%ifarch %{x8664}
+# buggy, non PIC asm code
+%undefine with_asm
+%endif
+
 Summary:       VP8, a high-quality video codec
 Name:          libvpx
 Version:       0.9.0
-Release:       0.1
+Release:       1
 License:       BSD
 Group:         Libraries
 Source0:       http://webm.googlecode.com/files/%{name}-%{version}.tar.bz2
This page took 0.101603 seconds and 4 git commands to generate.