]> git.pld-linux.org Git - packages/avifile.git/commitdiff
- added ifarchs in case --{en,dis}able-x86opt sometime will work as specified
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 19 Oct 2002 17:36:52 +0000 (17:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avifile.spec -> 1.120

avifile.spec

index 70e74e4d940f395a96a1e1ababac9427d5b80404..4da6a834d8f8217ef7e9747d475b8a46240423c4 100644 (file)
@@ -254,7 +254,11 @@ for f in $GEN_MOC; do moc -o "${f%.[!.]*}.moc" "$f"; done
        --enable-ffmpeg \
        --enable-ffmpeg-a52 \
        %{?_with_divx:--enable-divx4} \
+%ifarch i586 i686 athlon
+       --enable-x86opt \
+%else
        --disable-x86opt \
+%endif
        %{?_without_qt:--without-qt} \
        %{?_without_qt:--disable-samples}
 
This page took 0.033637 seconds and 4 git commands to generate.