]> git.pld-linux.org Git - packages/libvpx.git/commitdiff
- updated to 0.9.6 auto/th/libvpx-0_9_6-1 auto/ti/libvpx-0_9_6-1
authorKarol Krenski <charles@pld-linux.org>
Wed, 9 Mar 2011 21:50:17 +0000 (21:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libvpx.spec -> 1.18

libvpx.spec

index b984ce3f797638b4cc9d6fc71208ab6d728dc863..0b5dccd85c7dccff919edcac339aec4148eff6e6 100644 (file)
@@ -5,13 +5,13 @@
 Summary:       VP8, a high-quality video codec
 Summary(pl.UTF-8):     VP8 - kodek obrazu wysokiej jakoĊ›ci
 Name:          libvpx
-Version:       0.9.5
-Release:       2
+Version:       0.9.6
+Release:       1
 License:       BSD
 Group:         Libraries
 #Source0-Download: http://code.google.com/p/webm/downloads/list
 Source0:       http://webm.googlecode.com/files/%{name}-v%{version}.tar.bz2
-# Source0-md5: 4bf2f2c76700202c1fe9201fcb0680e3
+# Source0-md5: 383f3f07a76099682abb43f79b692b72
 Source1:       %{name}.ver
 Patch0:                %{name}-0.9.0-no-explicit-dep-on-static-lib.patch
 URL:           http://www.webmproject.org/
@@ -65,6 +65,7 @@ cd obj
 CFLAGS="%{rpmcflags} %{rpmcppflags}" \
 ../configure \
 %if %{with asm}
+       --as=yasm \
 %ifarch %{x8664}
        --target=x86_64-linux-gcc \
 %endif
@@ -87,7 +88,7 @@ CFLAGS="%{rpmcflags} %{rpmcppflags}" \
 
 %{__make} verbose=true target=examples \
        CC="%{__cc}" \
-       LDFLAGS="%{rpmldflags}"
+       LDFLAGS="%{rpmldflags} -L."
 %{__make} verbose=true target=docs
 
 %install
This page took 0.074806 seconds and 4 git commands to generate.