mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
media-libs/avidemux-core: fix lto for bundled ffmpeg
--enable-lto added by default by upstream is removed w/ a patch But add it again is needed if lto is wanted Closes: https://bugs.gentoo.org/966255 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/44682 Closes: https://github.com/gentoo/gentoo/pull/44682 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
e447517c5c
commit
4dbe5fa10c
@ -65,6 +65,7 @@ src_prepare() {
|
|||||||
--pkg-config=$(tc-getPKG_CONFIG)
|
--pkg-config=$(tc-getPKG_CONFIG)
|
||||||
# avoid automagic with libdrm, vaapi, vdpau ...
|
# avoid automagic with libdrm, vaapi, vdpau ...
|
||||||
--disable-autodetect
|
--disable-autodetect
|
||||||
|
$(tc-is-lto && echo --enable-lto) #966255
|
||||||
"--optflags='${CFLAGS} -std=gnu17'"
|
"--optflags='${CFLAGS} -std=gnu17'"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user