]> git.pld-linux.org Git - packages/mythtv.git/commitdiff
- vaapi disabled by default
authorw.kier <w.kier@pld-linux.org>
Thu, 13 May 2010 22:23:05 +0000 (22:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mythtv.spec -> 1.98

mythtv.spec

index 4afb8c44133dbc26759d58014ca4c971b603a171..16013e560191d1879cb779e597dfa73854a320ff 100644 (file)
@@ -3,6 +3,7 @@
 # - lcd? (app-misc/lcdproc)
 # - alpha, sparc, ppc arches?
 # - http://outflux.net/software/pkgs/mythtvfs-fuse/
+# - vaapi support - check for compatible versions of libva?
 #
 # Specfile for MythTV
 #
@@ -26,8 +27,9 @@
 %bcond_without xvmc            # do not use XvMCW
 %bcond_without  vdpau          # disable nvidia vdpau support
 %bcond_without  fftw3          # disable fftw3 support
-%bcond_without mmx             # enable MMX
+%bcond_without mmx             # disable MMX
 %bcond_without nellymoserdec
+%bcond_with    vaapi           # enable vaapi
 %bcond_with     dshowserver    # enable directshow codecs server
 %bcond_with    directfb
 %bcond_with    nvidia_headers  # build vdpau support with nvidia headers 
@@ -432,6 +434,7 @@ fi
        --%{?with_ivtv:en}%{!?with_ivtv:dis}able-ivtv \
        --%{?with_iptv:en}%{!?with_iptv:dis}able-iptv \
        --%{?with_nellymoserdec:en}%{!?with_nellymoserdec:dis}able-decoder=nellymoser \
+       --%{?with_vaapi:en}%{!?with_vaapi:dis}able-vaapi \
        --%{?with_vdpau:en}%{!?with_vdpau:dis}able-vdpau \
        --%{?with_directfb:en}%{!?with_directfb:dis}able-directfb \
        --%{?with_fftw3:en}%{!?with_fftw3:dis}able-libfftw3 \
This page took 0.071117 seconds and 4 git commands to generate.