mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
gstreamer1.0-omx: consolidate the append usage and only use one
move patches from gstreamer1.0-omx-1.18 => gstreamer1.0-omx and use PN on FILESEXTRAPATHS Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
This commit is contained in:
parent
45a9819a43
commit
946fc1ee5f
|
@ -1,3 +1,13 @@
|
||||||
|
FILESEXTRAPATHS_prepend_rpi := "${THISDIR}/${PN}:"
|
||||||
|
|
||||||
|
SRC_URI_append_rpi = " \
|
||||||
|
file://0001-config-files-path.patch \
|
||||||
|
file://0001-Don-t-try-to-acquire-buffer-when-src-pad-isn-t-activ.patch \
|
||||||
|
file://0003-no-timeout-on-get-state.patch \
|
||||||
|
file://0004-Properly-handle-drain-requests-while-flushing.patch \
|
||||||
|
file://0005-Don-t-abort-gst_omx_video_dec_set_format-if-there-s-.patch \
|
||||||
|
"
|
||||||
|
|
||||||
GSTREAMER_1_0_OMX_TARGET_rpi = "rpi"
|
GSTREAMER_1_0_OMX_TARGET_rpi = "rpi"
|
||||||
GSTREAMER_1_0_OMX_CORE_NAME_rpi = "${libdir}/libopenmaxil.so"
|
GSTREAMER_1_0_OMX_CORE_NAME_rpi = "${libdir}/libopenmaxil.so"
|
||||||
EXTRA_OEMESON_append_rpi = " -Dheader_path=${STAGING_DIR_TARGET}/usr/include/IL"
|
EXTRA_OEMESON_append_rpi = " -Dheader_path=${STAGING_DIR_TARGET}/usr/include/IL"
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
#
|
|
||||||
# Need to make this conditional to gstreamer1
|
|
||||||
#
|
|
||||||
SRC_URI_append_rpi = " \
|
|
||||||
file://0001-config-files-path.patch \
|
|
||||||
file://0001-Don-t-try-to-acquire-buffer-when-src-pad-isn-t-activ.patch \
|
|
||||||
file://0003-no-timeout-on-get-state.patch \
|
|
||||||
file://0004-Properly-handle-drain-requests-while-flushing.patch \
|
|
||||||
file://0005-Don-t-abort-gst_omx_video_dec_set_format-if-there-s-.patch \
|
|
||||||
"
|
|
||||||
|
|
||||||
FILESEXTRAPATHS_prepend_rpi := "${THISDIR}/gstreamer1.0-omx-1.18:"
|
|
Loading…
Reference in New Issue
Block a user