blob: d7ff21d4e9c5db762c06ef9d8130538f43be57ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require gst-plugins.inc
PR = "r0"
EXTRA_OECONF_append_openmoko = "--disable-mad"
DEPENDS += "gst-plugins-base mpeg2dec libsidplay"
SRC_URI += "\
# file://cross-compile.patch;patch=1 \
file://gstmad_16bit.patch;patch=1 \
file://gstsid_autofoo_HACK.patch;patch=1 \
"
|