blob: 0081298909ce28eee5b8e222e639f188e128e7fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
require cornucopia.inc
DEPENDS += "gstreamer"
PV = "0.0.1+gitr${SRCREV}"
PR = "${INC_PR}.0"
RDEPENDS += "\
gst-plugin-volume \
gst-plugin-mad \
gst-plugin-oggdemux \
gst-plugin-ivorbisdec \
gst-plugin-audioconvert \
gst-plugin-flacdec \
gst-plugin-waveparse \
gst-plugin-siddec \
gst-plugin-modplug \
gst-plugin-filesrc \
gst-plugin-souphttpsrc \
gst-plugin-mmssrc \
gst-plugin-alsasink \
"
|