blob: 6b7f1d827fa1705f87d6426d3593cdaed06fb54c (
plain)
1
2
3
4
5
6
7
8
9
|
DEPENDS += "gstreamer libxml2"
EXTRA_OECONF := "${@'${EXTRA_OECONF}'.replace('--disable-experimental', '--enable-experimental')}"
EXTRA_OECONF += "--with-plugins=h264parse,asfmux,videoparsers"
TARGET_CFLAGS += "-D_GNU_SOURCE"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
FILES_${PN} += "${bindir}"
require gst-plugins-private-libs.inc
|