]> git.pld-linux.org Git - packages/libvpx.git/commitdiff
YUV_DISABLE_ASM is gone
authorJan Palus <atler@pld-linux.org>
Sun, 3 May 2020 11:09:42 +0000 (13:09 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 3 May 2020 11:09:42 +0000 (13:09 +0200)
libvpx.spec

index 7d002982ba50cfff55b3e840d04e493b884723d6..df76408c153a39c66b528d03a09f4eb474045ec1 100644 (file)
@@ -108,7 +108,7 @@ cd obj
 # not autoconf configure
 CC="%{__cc}" \
 CXX="%{__cxx}" \
 # not autoconf configure
 CC="%{__cc}" \
 CXX="%{__cxx}" \
-CFLAGS="%{rpmcflags} %{rpmcppflags} %{!?with_asm:-DYUV_DISABLE_ASM}" \
+CFLAGS="%{rpmcflags} %{rpmcppflags}" \
 ../configure \
 %if %{with asm}
        --as=yasm \
 ../configure \
 %if %{with asm}
        --as=yasm \
This page took 0.12057 seconds and 4 git commands to generate.