summaryrefslogtreecommitdiffstats
path: root/meta/packages/gstreamer/gst-plugins-ugly_0.10.9.bb
blob: 46966c28695da0fd3ad82485e8211bf8fa433474 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require gst-plugins.inc

inherit gettext

DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame"
PR = "r0"

EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia"

do_configure_prepend() {
	# This m4 file contains nastiness which conflicts with libtool 2.2.2
	rm ${S}/m4/lib-link.m4 || true
}