]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- ugh? disable-mmx on archs _other_ than i[56]86, not on i[56]86 ffmpeg-0_4_5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 8 Sep 2001 13:45:39 +0000 (13:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffmpeg.spec -> 1.9

ffmpeg.spec

index 3670721b2261d9d31ca205bc581d88f5d41d158b..850e8523ef385f3bdf8c0f91550bb3b53814bada 100644 (file)
@@ -36,9 +36,10 @@ strumienia kompatybilnego z AC3.
 
 %build
 ./configure \
-%ifarch i586 i686
-       disable-mmx
+%ifnarch i586 i686
+       --disable-mmx
 %endif
+
 %{__make} \
        OPT="%{rpmcflags}" \
        LDOPT="%{rpmldflags}"
This page took 0.037748 seconds and 4 git commands to generate.