blob: 4b90e67eace6f50daadabad7ee75be3102983608 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright (C) 2012-2013 Freescale Semicondutor
# Released under the MIT license (see COPYING.MIT for the terms)
require gst-fsl-plugin.inc
DEPENDS += "libfslcodec libfslvpuwrap libfslparser"
PR = "${INC_PR}.2"
SRC_URI += "file://fix-missing-sys-types-h.patch"
PACKAGE_NAME = "gst-fsl-plugins"
SRC_URI[md5sum] = "fd7c9db129cbcc4dc79b7dd832061594"
SRC_URI[sha256sum] = "546deb407993f726ef4e140f5bd734d612d5f8872c832ac820957f667f22306e"
COMPATIBLE_MACHINE = "(mx6)"
|