summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@math.sfu.ca>2014-02-05 20:08:46 -0800
committerwm4 <wm4@nowhere>2014-02-06 14:37:30 +0100
commit0d3625ec53dc192170798ae1753d5ba95226d510 (patch)
treee453fbb6d5aa46413ebf67ba725272a54a3094fa
parentcc99a492bbf430e4277b782149ca9464661ce90c (diff)
downloadmpv-build-0d3625ec53dc192170798ae1753d5ba95226d510.tar.bz2
mpv-build-0d3625ec53dc192170798ae1753d5ba95226d510.tar.xz
recommend video acceleration libraries
-rw-r--r--debian/control7
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index f30dc9b..85aca21 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Standards-Version: 3.9.3
Build-Depends:
autoconf,
automake,
- c-compiler,
+ c-compiler | gcc,
debhelper (>= 7),
gcc-4.8 [powerpc powerpcspe sparc],
ladspa-sdk,
@@ -55,7 +55,10 @@ Build-Depends:
Package: mpv
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: libgl1-mesa-dri
+Recommends:
+ libgl1-mesa-dri,
+ i965-va-driver | xvba-va-driver | libva-intel-vaapi-driver | va-driver,
+ nvidia-vdpau-driver | nvidia-driver-binary | nvidia-current | vdpau-driver
Suggests: libaacs0
Description: mplayer/mplayer2 based video player
MPV is a versatile CLI movie player, based on mplayer and mplayer2.