aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen2/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.2.3.bbappend
blob: 73bbb5c8a155d8bdc3a259a925c86b13f1baf9d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SRC_URI_rcar-gen2 = "git://github.com/renesas-devel/gst-plugins-ugly.git;protocol=git;branch=RCAR-GEN2/1.2.3"
SRCREV_rcar-gen2 = "af884db954b53bf083ebc39e3a90b639f81513e1"
S = "${WORKDIR}/git"

PACKAGECONFIG ??= " \
    a52dec lame mad mpeg2dec \
    "

do_configure_prepend() {
    cd ${S}
    ./autogen.sh --noconfigure
    cd ${B}
}