blob: a4ab2de76933d69d1591bc7c8db6cd5037c9ad79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require gst-plugins.inc
SRC_URI[archive.md5sum] = "84838893b447e774d401a698ff812b32"
SRC_URI[archive.sha256sum] = "2f800127e00da0f157358f87b06563b3de23cbc630fbf6295b43405e52e02070"
DEPENDS += "orc-native orc gst-plugins-base openssl directfb"
PR = "${INC_PR}.0"
# We don't have vdpau headers in OE and it creates crosscompile badness
EXTRA_OECONF_append = " --disable-vdpau "
|