diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2012-10-25 21:06:38 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2012-10-25 21:06:38 +0000 |
commit | d21c155b4cd35b2b019af57ccee2209f6cd6b64c (patch) | |
tree | fb62987418227f341131a2f0a1ac6f9f0e3052ec /multimedia/Makefile | |
parent | 09bb1716acb0bd199e2d23a4204689ace1d19516 (diff) | |
download | ports-d21c155b4cd35b2b019af57ccee2209f6cd6b64c.tar.gz ports-d21c155b4cd35b2b019af57ccee2209f6cd6b64c.zip |
Libva driver for intel graphics cards with hardware accelerated
features for video encode/decode.
WWW: http://cgit.freedesktop.org/vaapi/intel-driver
PR: ports/172843
Submitted by: Manuel Creach <manuel.creach@me.com>
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=306398
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 ce4ccc3b40fd..13a994645d5b 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -169,6 +169,7 @@ SUBDIR += libtuner SUBDIR += libv4l SUBDIR += libva + SUBDIR += libva-intel-driver SUBDIR += libva-vdpau-driver SUBDIR += libvdpau SUBDIR += libvpx |