diff options
-rw-r--r-- | media-video/mpv/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/media-video/mpv/ChangeLog b/media-video/mpv/ChangeLog index 5df043d83948..699d2dd888a0 100644 --- a/media-video/mpv/ChangeLog +++ b/media-video/mpv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/mpv # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.13 2013/07/09 15:55:57 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.14 2013/07/09 16:38:16 scarabeus Exp $ + + 09 Jul 2013; Tomáš Chvátal <scarabeus@gentoo.org> mpv-9999.ebuild: + Do not enable debug by default. Patch from Nikoli. 09 Jul 2013; Tomáš Chvátal <scarabeus@gentoo.org> mpv-9999.ebuild: Few fixes from nikoli. Put ffmpeg deps on top. Use subslot on libav. diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 9c30e5d74a82..984c0d67527f 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.11 2013/07/09 15:55:57 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.12 2013/07/09 16:38:16 scarabeus Exp $ EAPI=5 @@ -233,6 +233,7 @@ src_configure() { #################### # Advanced Options # #################### + myconf+=" --disable-debug" use threads || myconf+=" --disable-pthreads" # Platform specific flags, hardcoded on amd64 (see below) |