commit:     1d59d4fbb57082bca00623aca31fe0799c156708
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 22:14:07 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 22:40:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d59d4fb

media-video/vlc: Disable amf-frc

Appears to be DirectX specific at least for now.

See also:
https://code.videolan.org/videolan/vlc/-/merge_requests/6095
https://code.videolan.org/videolan/vlc/-/merge_requests/6112
https://github.com/gentoo/gentoo/pull/40509

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-video/vlc/vlc-3.0.9999.ebuild | 3 ++-
 media-video/vlc/vlc-9999.ebuild     | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-video/vlc/vlc-3.0.9999.ebuild 
b/media-video/vlc/vlc-3.0.9999.ebuild
index c3e406c30347..a0dac70525e4 100644
--- a/media-video/vlc/vlc-3.0.9999.ebuild
+++ b/media-video/vlc/vlc-3.0.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2000-2024 Gentoo Authors
+# Copyright 2000-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -286,6 +286,7 @@ src_configure() {
 
        local myeconfargs=(
                --disable-aa
+               --disable-amf-frc # DirectX specific
                --disable-optimizations
                --disable-rpath
                --disable-update-check

diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild
index 105ed766410a..8e46924d0698 100644
--- a/media-video/vlc/vlc-9999.ebuild
+++ b/media-video/vlc/vlc-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2000-2024 Gentoo Authors
+# Copyright 2000-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -289,6 +289,7 @@ src_configure() {
        local -x BUILDCC="$(tc-getBUILD_CC)"
 
        local myeconfargs=(
+               --disable-amf-frc # DirectX specific
                --disable-optimizations
                --disable-rpath
                --disable-update-check

Reply via email to