3b1f2c7719
Because with libimxvpuapi older than 0.10.3, the gst1-imx-0.12.3 "imxvpu" plugin will not build. Changelog: * properly pass on color format in simplified JPEG encoder interface * add alternative write-callback-style encoding mode also add encode example variant which uses write-callback style output * add support for "fake grayscale mode" in encoders this is done by using I420 internally and filling the U and V planes with 0x80 bytes * make sure JPEG quantization table is copied in standardized zig zag order the VPU does not, so this has to be done explicitely Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Reviewed-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
484 B
Makefile
15 lines
484 B
Makefile
################################################################################
|
|
#
|
|
# libimxvpuapi
|
|
#
|
|
################################################################################
|
|
|
|
LIBIMXVPUAPI_VERSION = 0.10.3
|
|
LIBIMXVPUAPI_SITE = $(call github,Freescale,libimxvpuapi,$(LIBIMXVPUAPI_VERSION))
|
|
LIBIMXVPUAPI_LICENSE = LGPLv2.1+
|
|
LIBIMXVPUAPI_LICENSE_FILES = LICENSE
|
|
LIBIMXVPUAPI_DEPENDENCIES = host-pkgconf host-python imx-vpu
|
|
LIBIMXVPUAPI_INSTALL_STAGING = YES
|
|
|
|
$(eval $(waf-package))
|