]> git.pld-linux.org Git - packages/libvpx.git/commitdiff
- disable asm on x32 (broken there)
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 28 Dec 2014 21:24:09 +0000 (21:24 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 28 Dec 2014 21:24:09 +0000 (21:24 +0000)
libvpx.spec

index 3b90984d4df29d319df790ca3c0c381ee4481b76..dc70d60880ffc851baae3a168f732921ec69f4c3 100644 (file)
@@ -99,7 +99,11 @@ Statyczna biblioteka libvpx.
 install -d obj
 cd obj
 # not autoconf configure
+%ifarch x32
+CFLAGS="%{rpmcflags} %{rpmcppflags} -DYUV_DISABLE_ASM" \
+%else
 CFLAGS="%{rpmcflags} %{rpmcppflags}" \
+%endif
 ../configure \
 %if %{with asm}
        --as=yasm \
This page took 0.242588 seconds and 4 git commands to generate.