summaryrefslogtreecommitdiffstats
path: root/meta-isg
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-02-27 18:00:39 +0000
committerDarren Hart <dvhart@linux.intel.com>2015-02-27 15:21:38 -0800
commit599e27cd9992a3899a015bb10c5dad400006b02d (patch)
tree6818e6d54a0080ef4aeef20297f6b1bf068839de /meta-isg
parentaf466bd94db3da0580f6b99d994fbb2635d4b970 (diff)
downloadmeta-intel-599e27cd9992a3899a015bb10c5dad400006b02d.tar.gz
meta-haswell-wc: 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> Acked-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-isg')
-rw-r--r--meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf b/meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf
index 6487cd2f..eef4c130 100644
--- a/meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf
+++ b/meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf
@@ -16,7 +16,7 @@ require conf/machine/include/intel-corei7-64-common.inc
16require conf/machine/include/intel-common-pkgarch.inc 16require conf/machine/include/intel-common-pkgarch.inc
17require conf/machine/include/meta-intel.inc 17require conf/machine/include/meta-intel.inc
18 18
19MACHINE_HWCODECS ?= "va-intel gst-va-intel" 19MACHINE_HWCODECS ?= "va-intel gstreamer-vaapi-1.0"
20 20
21XSERVER ?= "${XSERVER_X86_BASE} \ 21XSERVER ?= "${XSERVER_X86_BASE} \
22 ${XSERVER_X86_EXT} \ 22 ${XSERVER_X86_EXT} \