kumquat-buildroot/package/gstreamer1/gst1-libav/gst1-libav.mk
Gustavo Zacarias 76f2bd4a21 gstreamer1: switch URLs to https
In order to avoid pointless redirects since they're 301.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-06 21:55:28 +02:00

19 lines
612 B
Makefile

################################################################################
#
# gst1-libav
#
################################################################################
GST1_LIBAV_VERSION = 1.8.3
GST1_LIBAV_SOURCE = gst-libav-$(GST1_LIBAV_VERSION).tar.xz
GST1_LIBAV_SITE = https://gstreamer.freedesktop.org/src/gst-libav
GST1_LIBAV_CONF_OPTS = --with-system-libav
GST1_LIBAV_DEPENDENCIES = \
host-pkgconf ffmpeg gstreamer1 gst1-plugins-base \
$(if $(BR2_PACKAGE_BZIP2),bzip2) \
$(if $(BR2_PACKAGE_XZ),xz)
GST1_LIBAV_LICENSE = GPLv2+
GST1_LIBAV_LICENSE_FILES = COPYING
$(eval $(autotools-package))