diff options
author | Craig Andrews <candrews@gentoo.org> | 2024-03-15 12:23:59 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2024-03-15 12:24:46 -0400 |
commit | 690454fe2f8d3ca80b413154a518c7abf52390d1 (patch) | |
tree | 24f6211fc805716343c129fb3047038c567b6347 /media-video | |
parent | sci-libs/lapack: Stabilize 3.12.0-r1 arm64, #923553 (diff) | |
download | gentoo-690454fe2f8d3ca80b413154a518c7abf52390d1.tar.gz gentoo-690454fe2f8d3ca80b413154a518c7abf52390d1.tar.bz2 gentoo-690454fe2f8d3ca80b413154a518c7abf52390d1.zip |
media-video/rtmpdump: remove patch applied upstream
See: https://git.ffmpeg.org/gitweb/rtmpdump.git/commit/ee5456b5374c12f66e47f56b4e83e9557c62ebfe
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/rtmpdump/rtmpdump-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-video/rtmpdump/rtmpdump-9999.ebuild b/media-video/rtmpdump/rtmpdump-9999.ebuild index 8e564b4e273a..1cd90598896a 100644 --- a/media-video/rtmpdump/rtmpdump-9999.ebuild +++ b/media-video/rtmpdump/rtmpdump-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -58,7 +58,6 @@ src_prepare() { -e 's:OPT:OPTS:' \ -e 's:CFLAGS=.*:& $(OPT):' librtmp/Makefile \ || die "failed to fix Makefile" - use ssl && use !gnutls && eapply "${FILESDIR}/${PN}-openssl-1.1-v2.patch" default multilib_copy_sources } |