blob: c53fc479fde5ee7e667f4f4e29d8da87602a84fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
require gst-plugins.inc
SRC_URI += "file://flvdemux-ecma.diff;patch=1 \
"
PR = "r3"
inherit gconf
DEPENDS += "hal pulseaudio speex libsoup-2.4 flac gst-plugins-base openssl popt esound libv4l"
PACKAGES =+ "gst-plugin-gconfelements"
FILES_gst-plugin-gconfelements += "${sysconfdir}/gconf"
EXTRA_OECONF += " --with-libv4l2 "
|