mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user