gst-player: disable 'glimagesink' patch for ccimx6ul
The ccimx6ul does not have a GPU, so opengl based gstreamer sink will not work. Thus apply the patch only for the CCIMX6. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
11ce6f30b7
commit
a4c45ecd2d
|
|
@ -2,4 +2,6 @@
|
||||||
|
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
|
||||||
|
|
||||||
SRC_URI_append = " file://0001-gstplayer-force-use-glimagesink.patch"
|
SRC_URI_append_ccimx6 = " file://0001-gstplayer-force-use-glimagesink.patch"
|
||||||
|
|
||||||
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue