summaryrefslogtreecommitdiff
path: root/packages/gstreamer/gst-plugins-bad_0.10.5.bb
blob: a6a7d19a3df37a199a3183bbca8deae5a2e539c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
require gst-plugins.inc

SRC_URI += "file://vorbisenc.h file://vorbisdec.h"
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/
}

PR = "r1"