18 lines
556 B
Plaintext
18 lines
556 B
Plaintext
# Use i.MX fork of GST for customizations
|
|
SRC_URI_remove_imx = " \
|
|
http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz \
|
|
file://0001-gstrtpmp4gpay-set-dafault-value-for-MPEG4-without-co.patch \
|
|
"
|
|
|
|
GST1.0-PLUGINS-GOOD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-good.git;protocol=https"
|
|
SRCBRANCH = "imx-1.12.x"
|
|
|
|
SRC_URI_append_imx = " \
|
|
${GST1.0-PLUGINS-GOOD_SRC};branch=${SRCBRANCH} \
|
|
"
|
|
SRCREV_imx = "b2c850f295a0fe49310fb60784ac6af4a29bceae"
|
|
|
|
EXTRA_AUTORECONF = ""
|
|
|
|
S_imx = "${WORKDIR}/git"
|