summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-08-22 11:29:38 +0200
committerAlexis Ballier <aballier@gentoo.org>2015-08-22 11:29:38 +0200
commit4817c4335f9229f7334016f34e0dac966ed66419 (patch)
tree3df3aac9e0de61cf7223dc304c86bac191ca3be4 /media-video/x264-encoder/files
parentmedia-video/gpac: fix ebuild.minorsyn (diff)
downloadgentoo-4817c4335f9229f7334016f34e0dac966ed66419.tar.gz
gentoo-4817c4335f9229f7334016f34e0dac966ed66419.tar.bz2
gentoo-4817c4335f9229f7334016f34e0dac966ed66419.zip
media-video/x264-encoder: Fix gpac / mp4 support.
https://bugs.gentoo.org/show_bug.cgi?id=499116 Package-Manager: portage-2.2.20.1
Diffstat (limited to 'media-video/x264-encoder/files')
-rw-r--r--media-video/x264-encoder/files/gpac.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/media-video/x264-encoder/files/gpac.patch b/media-video/x264-encoder/files/gpac.patch
new file mode 100644
index 000000000000..94da64cf9d40
--- /dev/null
+++ b/media-video/x264-encoder/files/gpac.patch
@@ -0,0 +1,13 @@
+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"