]> git.pld-linux.org Git - packages/avifile.git/commitdiff
- use --disable-x86opt on non i{5,6}86 and athlon.
authorkloczek <kloczek@pld-linux.org>
Wed, 2 Oct 2002 03:07:23 +0000 (03:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avifile.spec -> 1.107

avifile.spec

index f3a0196f7b145d2ae819b724a85bd4667ad0830a..9b7a929a23e51b9478d29c926bb8036850dab167 100644 (file)
@@ -247,6 +247,8 @@ for f in $GEN_MOC; do moc -o "${f%.[!.]*}.moc" "$f"; done
        %{?_with_divx4:--enable-divx4} \
 %ifarch i586 i686 athlon
        --enable-x86opt \
+%else
+       --disable-x86opt \
 %endif
        %{?_without_qt:--without-qt}
 
This page took 0.056965 seconds and 4 git commands to generate.