diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-11-14 18:50:22 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-11-15 23:43:04 +0100 |
commit | 60983f33be38834840f53a5dc63d7f19e9819317 (patch) | |
tree | 89411d5c530c9aa3f8628937af49e647367c5840 /media-video | |
parent | media-video/harvid: remove unused patch (diff) | |
download | gentoo-60983f33be38834840f53a5dc63d7f19e9819317.tar.gz gentoo-60983f33be38834840f53a5dc63d7f19e9819317.tar.bz2 gentoo-60983f33be38834840f53a5dc63d7f19e9819317.zip |
media-video/x264-encoder: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/28266
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/x264-encoder/files/gpac.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/media-video/x264-encoder/files/gpac.patch b/media-video/x264-encoder/files/gpac.patch deleted file mode 100644 index 94da64cf9d40..000000000000 --- a/media-video/x264-encoder/files/gpac.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: x264-snapshot-20150820-2245/configure -=================================================================== ---- x264-snapshot-20150820-2245.orig/configure -+++ x264-snapshot-20150820-2245/configure -@@ -1086,7 +1086,7 @@ fi - - if [ "$gpac" = "auto" -a "$lsmash" != "yes" ] ; then - gpac="no" -- GPAC_LIBS="-lgpac_static" -+ GPAC_LIBS="-lgpac" - cc_check "" -lz && GPAC_LIBS="$GPAC_LIBS -lz" - if [ "$SYS" = "WINDOWS" ] ; then - cc_check "" -lws2_32 && GPAC_LIBS="$GPAC_LIBS -lws2_32" |