720ef0c1db
Fixes for: - video encoder I-Frames compliance )PPS and SPS headers) - bitrate (quantisation?) - unnecessary build of mmal components - segfault in multiple-files stream generation Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
20 lines
671 B
Makefile
20 lines
671 B
Makefile
################################################################################
|
|
#
|
|
# rpi-userland
|
|
#
|
|
################################################################################
|
|
|
|
RPI_USERLAND_VERSION = d2c9f912da389c23ed27e81e940be3540f64fc59
|
|
RPI_USERLAND_SITE = http://github.com/raspberrypi/userland/tarball/$(RPI_USERLAND_VERSION)
|
|
RPI_USERLAND_LICENSE = BSD-3c
|
|
RPI_USERLAND_LICENSE_FILES = LICENCE
|
|
RPI_USERLAND_INSTALL_STAGING = YES
|
|
RPI_USERLAND_CONF_OPT = -DVMCS_INSTALL_PREFIX=/usr
|
|
|
|
define RPI_USERLAND_POST_TARGET_CLEANUP
|
|
rm -Rf $(TARGET_DIR)/usr/src
|
|
endef
|
|
RPI_USERLAND_POST_INSTALL_TARGET_HOOKS += RPI_USERLAND_POST_TARGET_CLEANUP
|
|
|
|
$(eval $(cmake-package))
|