blob: dbe544bd87f94f0f00ac7cf200f266a8845c7b3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# gstreamer1.0-plugins-bad contains:
# * videoparsersbad plugin which contains h264parse element needed to demonstrate H.264 hardware decoding
# * waylandsink plugin
MACHINE_EXTRA_RDEPENDS:append = " \
kernel-module-virtio-video \
gstreamer1.0-plugins-bad \
"
MACHINE_EXTRA_RDEPENDS:append = " \
kernel-module-virtio-can \
"
|