blob: a90b88ee45fef38dffd2ab2dc61c9a4d3d211a53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require gst-plugins.inc
PR = "${INC_PR}.1"
SRC_URI += "file://vorbisenc.h file://vorbisdec.h \
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/
}
|