summaryrefslogtreecommitdiff
path: root/media-video
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-02-15 13:16:59 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-02-15 13:17:15 +0100
commit61e38ec39a89f8b89a098eb594d17180627b97a4 (patch)
treeb384e5ea9706e56004029121911244ef9b051abf /media-video
parent2d1eab0de0ad87176e25b9b246edaade540f2d56 (diff)
downloadgentoo-61e38ec39a89f8b89a098eb594d17180627b97a4.tar.gz
gentoo-61e38ec39a89f8b89a098eb594d17180627b97a4.tar.xz
media-video/ffmpeg: drop examples useflag; they are installed in /usr/share/ffmpeg/examples by the build system and there is no way to disable it.
Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/ffmpeg/ffmpeg-9999.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild
index 36467888c27..c7c537a2cc5 100644
--- a/media-video/ffmpeg/ffmpeg-9999.ebuild
+++ b/media-video/ffmpeg/ffmpeg-9999.ebuild
@@ -97,7 +97,7 @@ FFMPEG_ENCODER_FLAG_MAP=(
)
IUSE="
- alsa doc +encode examples jack libressl oss pic static-libs test v4l
+ alsa doc +encode jack libressl oss pic static-libs test v4l
${FFMPEG_FLAG_MAP[@]%:*}
${FFMPEG_ENCODER_FLAG_MAP[@]%:*}
"
@@ -461,10 +461,6 @@ multilib_src_install() {
multilib_src_install_all() {
dodoc Changelog README.md CREDITS doc/*.txt doc/APIchanges
[ -f "RELEASE_NOTES" ] && dodoc "RELEASE_NOTES"
- if use examples ; then
- dodoc -r doc/examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
}
multilib_src_test() {