summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-11-14 18:50:22 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-11-15 23:43:04 +0100
commit60983f33be38834840f53a5dc63d7f19e9819317 (patch)
tree89411d5c530c9aa3f8628937af49e647367c5840 /media-video
parentmedia-video/harvid: remove unused patch (diff)
downloadgentoo-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.patch13
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"