diff options
author | 2014-03-09 10:19:46 +0000 | |
---|---|---|
committer | 2014-03-09 10:19:46 +0000 | |
commit | 56ba8f93c24a78bb4a19058030e9dc0246f1f1fe (patch) | |
tree | 865a19c7235668c62cec49e5812fe9db83eab39a /media-video | |
parent | bump, includes support for SAT>IP devices (diff) | |
download | gentoo-2-56ba8f93c24a78bb4a19058030e9dc0246f1f1fe.tar.gz gentoo-2-56ba8f93c24a78bb4a19058030e9dc0246f1f1fe.tar.bz2 gentoo-2-56ba8f93c24a78bb4a19058030e9dc0246f1f1fe.zip |
disable lsmash to avoid automagic for now
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/x264-encoder/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/x264-encoder/x264-encoder-9999.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-video/x264-encoder/ChangeLog b/media-video/x264-encoder/ChangeLog index e5c03396ade4..188672a73b59 100644 --- a/media-video/x264-encoder/ChangeLog +++ b/media-video/x264-encoder/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/x264-encoder -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/x264-encoder/ChangeLog,v 1.74 2013/09/13 13:03:25 lu_zero Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/x264-encoder/ChangeLog,v 1.75 2014/03/09 10:19:46 aballier Exp $ + + 09 Mar 2014; Alexis Ballier <aballier@gentoo.org> x264-encoder-9999.ebuild: + disable lsmash to avoid automagic for now *x264-encoder-0.0.20130912 (13 Sep 2013) diff --git a/media-video/x264-encoder/x264-encoder-9999.ebuild b/media-video/x264-encoder/x264-encoder-9999.ebuild index 5ae83b95e2a7..bf9f781a03bd 100644 --- a/media-video/x264-encoder/x264-encoder-9999.ebuild +++ b/media-video/x264-encoder/x264-encoder-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/x264-encoder/x264-encoder-9999.ebuild,v 1.7 2013/06/26 04:40:11 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/x264-encoder/x264-encoder-9999.ebuild,v 1.8 2014/03/09 10:19:46 aballier Exp $ EAPI=5 @@ -49,6 +49,7 @@ src_configure() { --libdir="${EPREFIX}"/usr/$(get_libdir) \ --system-libx264 \ --host="${CHOST}" \ + --disable-lsmash \ $(usex 10bit "--bit-depth=10" "") \ $(usex avs "" "--disable-avs") \ $(usex ffmpeg "" "--disable-lavf --disable-swscale") \ |