]> git.pld-linux.org Git - packages/mythtv.git/commitdiff
- not all i686 have mmx too (note Pentium Pro)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 17 Oct 2005 14:15:53 +0000 (14:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mythtv.spec -> 1.38

mythtv.spec

index 4e1e7fc81a5674562d96e5f080ccbad4308d00a7..0cb40102471202168ee2ba4c7bd53dac8e91c6b8 100644 (file)
 %bcond_with    cpu_autodetect  # enable CPU autodetection at compile time (sets "-march", "-mcpu" compile flags really)
 %bcond_without lirc            # lirc support
 %bcond_without alsa            # alsa support
-%bcond_without oss                     # oss support
+%bcond_without oss             # oss support
 %bcond_without arts            # arts support
 %bcond_without jack            # jack audio connection kit
 %bcond_without oggvorbis       # ogg vorbis
 %bcond_without opengl          # opengl vsync
-%bcond_without dvb                     # DVB support
+%bcond_without dvb             # DVB support
 %bcond_without xrandr          # disable X11 resolution switching
-%bcond_with            ivtv            # ivtv support (PVR-250, PVR-350) NFY
-%bcond_with            firewire        # ieee1394 (NFY)
+%bcond_with    ivtv            # ivtv support (PVR-250, PVR-350) NFY
+%bcond_with    firewire        # ieee1394 (NFY)
 %bcond_without xvmc            # do not use XvMCW
 
 Summary:       A personal video recorder (PVR) application
@@ -283,7 +283,7 @@ _lib=%{_lib} \
                        --arch=athlon --enable-mmx \
                %else
                        --cpu=i386 --tune=pentium4 \
-                       %ifnarch i386 i486 i586
+                       %ifnarch i386 i486 i586 i686
                                --enable-mmx \
                        %endif
                %endif
This page took 0.041761 seconds and 4 git commands to generate.