blob: c557ad00434d09e6bbdb7366fd03702c845731ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
require cornucopia.inc
DEPENDS += "gstreamer"
PV = "0.0.1+gitr${SRCREV}"
PR = "${INC_PR}.1"
RDEPENDS += "\
gst-plugin-volume \
gst-plugin-mad \
gst-plugin-ogg \
gst-plugin-ivorbis \
gst-plugin-audioconvert \
gst-plugin-flac \
gst-plugin-wavparse \
gst-plugin-sid \
gst-plugin-alsa \
"
RRECOMMENDS += "\
gst-plugin-souphttp \
gst-plugin-mms \
gst-plugin-modplug \
"
|