aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gstreamer/gst-plugins-bad_0.10.6.bb
blob: a8d87833ac387ea6ead88f1386e660cf325bbf34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require gst-plugins.inc
PR = "r1"

SRC_URI += "file://vorbisenc.h file://vorbisdec.h \
            file://gst-plugins-directfb-fix.patch;patch=1;pnum=2 \
            file://ivorbis-thumb.patch;patch=1"
DEPENDS += "gst-plugins-base directfb"

do_compile_prepend() {
	# work around missing files in upstream tarball (upstream bug #454078)
	install -m 0644 ${WORKDIR}/vorbis*.h ${S}/ext/ivorbis/
}