use fixed SRCREV 1e99787f3387d3dd1e6167af73597674bf8fe37d.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-multimedia / gstreamer1.0 / gstreamer1.0-plugins-bad_1.4.%.bbappend
1 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 DEPENDS += "libdca"
3 EXTRA_OECONF := "${@bb.data.getVar('EXTRA_OECONF',d,1).replace('--disable-dts', '--enable-dts --enable-mpegdemux')}"
4 PACKAGECONFIG += "faac faad libmms hls dash smoothstreaming webp rtmp"
5 SRC_URI += "file://0001-rtmp-fix-seeking-and-potential-segfault.patch"
6
7 # Do not strip binary
8 #INHIBIT_PACKAGE_STRIP = "1"
9 #do_strip[noexec] = "1"
10 #do_strip="no"
11 #do_strip(){
12 #        pass
13 #}
14