media-plugins/gst-plugins-libav-1.16.2: use system ffmpeg properly

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
This commit is contained in:
Mart Raudsepp
2020-05-07 13:38:22 +03:00
parent 048dc3e9ee
commit fd5a44f31d

View File

@@ -32,6 +32,10 @@ S="${WORKDIR}/${MY_PN}-${PV}"
RESTRICT="test" # FIXME: tests seem to get stuck at one point; investigate properly
PATCHES=(
"${FILESDIR}"/external-ffmpeg4-dep.patch # Automatically rescan available elements for registry when system ffmpeg changes
)
multilib_src_configure() {
GST_PLUGINS_BUILD=""
@@ -41,6 +45,7 @@ multilib_src_configure() {
--with-package-name="Gentoo GStreamer ebuild" \
--with-package-origin="https://www.gentoo.org" \
--disable-fatal-warnings \
--with-system-libav \
$(use_enable orc)
}