]> git.pld-linux.org Git - packages/mythtv.git/commitdiff
- changes in configure options for x86 arch auto/th/mythtv-0_23-0_1 auto/ti/mythtv-0_23-0_1
authorw.kier <w.kier@pld-linux.org>
Thu, 13 May 2010 23:22:43 +0000 (23:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mythtv.spec -> 1.99

mythtv.spec

index 16013e560191d1879cb779e597dfa73854a320ff..4ddefcf1c4081f5eada71c91ced78ac6bfb891a9 100644 (file)
@@ -27,7 +27,7 @@
 %bcond_without xvmc            # do not use XvMCW
 %bcond_without  vdpau          # disable nvidia vdpau support
 %bcond_without  fftw3          # disable fftw3 support
-%bcond_without mmx             # disable MMX
+%bcond_with    mmx             # enable MMX
 %bcond_without nellymoserdec
 %bcond_with    vaapi           # enable vaapi
 %bcond_with     dshowserver    # enable directshow codecs server
@@ -414,9 +414,12 @@ fi
                %ifarch athlon
                        --arch=athlon \
                %else
-                       --cpu=i386 --tune=pentium4 \
+                       --cpu=%{_target_cpu} --tune=pentium4 \
                %endif
        %endif
+       %ifarch i386 i486 i586
+       --enable-disable-mmx-for-debugging \
+       %endif
        %ifarch %{x8664}
        --arch=x86_64 \
        %endif
This page took 0.086574 seconds and 4 git commands to generate.