diff options
author | madpilot <madpilot@FreeBSD.org> | 2017-04-03 00:21:07 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2017-04-03 00:21:07 +0800 |
commit | 1142d7502400a5a703a5552c2c8709af7b1984ea (patch) | |
tree | b0692b4c031d07cfcb965acb90481664cbc94bba /multimedia/Makefile | |
parent | b1d25cd4ab1e2f9eceaeae74f57a576e24c7c5b5 (diff) | |
download | freebsd-ports-gnome-1142d7502400a5a703a5552c2c8709af7b1984ea.tar.gz freebsd-ports-gnome-1142d7502400a5a703a5552c2c8709af7b1984ea.tar.zst freebsd-ports-gnome-1142d7502400a5a703a5552c2c8709af7b1984ea.zip |
The package provides a generic VDPAU driver. It uses OpenGL under the
hood to accelerate drawing, scaling, and (if available) VA-API to
accelerate video decoding.
WWW: https://github.com/i-rinat/libvdpau-va-gl
Differential Revision: https://reviews.freebsd.org/D10055
Submitted by: jbeich (Jan Beich)
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index f1a83247522b..83ea25b0e45c 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -213,6 +213,7 @@ SUBDIR += libva-utils SUBDIR += libva-vdpau-driver SUBDIR += libvdpau + SUBDIR += libvdpau-va-gl SUBDIR += libvpx SUBDIR += libx264 SUBDIR += libxine |