summaryrefslogtreecommitdiff
path: root/media-video/x264-encoder/files/gpac.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/x264-encoder/files/gpac.patch')
-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"