For various bugfixes. For details, see the release notes: https://gstreamer.freedesktop.org/releases/1.22/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit 3e5223d4e871c10dd4a9ae6e6b275a2ae74b9646) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
540 B
Makefile
16 lines
540 B
Makefile
################################################################################
|
|
#
|
|
# gst1-libav
|
|
#
|
|
################################################################################
|
|
|
|
GST1_LIBAV_VERSION = 1.22.12
|
|
GST1_LIBAV_SOURCE = gst-libav-$(GST1_LIBAV_VERSION).tar.xz
|
|
GST1_LIBAV_SITE = https://gstreamer.freedesktop.org/src/gst-libav
|
|
GST1_LIBAV_LICENSE = LGPL-2.1+
|
|
GST1_LIBAV_LICENSE_FILES = COPYING
|
|
GST1_LIBAV_DEPENDENCIES = host-pkgconf ffmpeg gstreamer1 gst1-plugins-base
|
|
GST1_LIBAV_CONF_OPTS = -Ddoc=disabled
|
|
|
|
$(eval $(meson-package))
|