1 ################################################################################
5 ################################################################################
7 GST1_LIBAV_VERSION
= 1.10.2
8 GST1_LIBAV_SOURCE
= gst-libav-
$(GST1_LIBAV_VERSION
).
tar.xz
9 GST1_LIBAV_SITE
= https
://gstreamer.freedesktop.org
/src
/gst-libav
10 GST1_LIBAV_CONF_OPTS
= --with-system-libav
11 GST1_LIBAV_DEPENDENCIES
= \
12 host-pkgconf ffmpeg gstreamer1 gst1-plugins-base \
13 $(if
$(BR2_PACKAGE_BZIP2
),bzip2
) \
14 $(if
$(BR2_PACKAGE_XZ
),xz
)
15 GST1_LIBAV_LICENSE
= GPLv2
+
16 GST1_LIBAV_LICENSE_FILES
= COPYING
18 $(eval
$(autotools-package
))