summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-multimedia/gstreamer1.0/gstreamer1.0-plugins-bad_1.4.%.bbappend
blob: f73d38a4ffb011ba2d3e257a343c7129ffcbd5c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
DEPENDS += "libdca"
EXTRA_OECONF := "${@bb.data.getVar('EXTRA_OECONF',d,1).replace('--disable-dts', '--enable-dts --enable-mpegdemux')}"
PACKAGECONFIG += "faac faad libmms hls dash smoothstreaming webp rtmp"
SRC_URI += "file://0001-rtmp-fix-seeking-and-potential-segfault.patch"

# Do not strip binary
#INHIBIT_PACKAGE_STRIP = "1"
#do_strip[noexec] = "1"
#do_strip="no"
#do_strip(){
#        pass
#}