summaryrefslogtreecommitdiffstats
path: root/meta-nuc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-02-27 18:00:37 +0000
committerDarren Hart <dvhart@linux.intel.com>2015-02-27 10:11:59 -0800
commit1fb7b8d16bc444623a58dd9fbf3cf36b9de5956b (patch)
treead8c9750646e7da5789621aff039c7ed659d40ce /meta-nuc
parentdcb2710376c832d3a450748f997b6fc5c13a82f7 (diff)
downloadmeta-intel-1fb7b8d16bc444623a58dd9fbf3cf36b9de5956b.tar.gz
meta-nuc: use gstreamer-vaapi-1.0 directly instead of gst-va-intel
No need for a layer of indirection when that layer only has one option. Previously with EMGD there was a choice, but not anymore. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-nuc')
-rw-r--r--meta-nuc/conf/machine/nuc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-nuc/conf/machine/nuc.conf b/meta-nuc/conf/machine/nuc.conf
index f9ab4d38..bdc4bca1 100644
--- a/meta-nuc/conf/machine/nuc.conf
+++ b/meta-nuc/conf/machine/nuc.conf
@@ -14,7 +14,7 @@ require conf/machine/include/meta-intel.inc
14require conf/machine/include/intel-corei7-64-common.inc 14require conf/machine/include/intel-corei7-64-common.inc
15require conf/machine/include/intel-common-pkgarch.inc 15require conf/machine/include/intel-common-pkgarch.inc
16 16
17MACHINE_HWCODECS ?= "va-intel gst-va-intel" 17MACHINE_HWCODECS ?= "va-intel gstreamer-vaapi-1.0"
18 18
19XSERVER ?= "${XSERVER_X86_BASE} \ 19XSERVER ?= "${XSERVER_X86_BASE} \
20 ${XSERVER_X86_EXT} \ 20 ${XSERVER_X86_EXT} \