diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-03 13:29:58 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 20:55:04 +0200 |
commit | 33a3c118a2982f308e96302e7701cbaf475efab9 (patch) | |
tree | 8891c1a290655c02d3d7cc21f8315c69309c5bcd /media-video | |
parent | media-sound/flacon: Use optfeature_header() instead of custom elog (diff) | |
download | gentoo-33a3c118a2982f308e96302e7701cbaf475efab9.tar.gz gentoo-33a3c118a2982f308e96302e7701cbaf475efab9.tar.bz2 gentoo-33a3c118a2982f308e96302e7701cbaf475efab9.zip |
media-video/h264enc: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/h264enc/h264enc-10.4.7-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-video/h264enc/h264enc-10.4.7-r1.ebuild b/media-video/h264enc/h264enc-10.4.7-r1.ebuild index 4659f64d0e25..87fc103f2861 100644 --- a/media-video/h264enc/h264enc-10.4.7-r1.ebuild +++ b/media-video/h264enc/h264enc-10.4.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -30,7 +30,6 @@ src_install() { } pkg_postinst() { - elog "Optional encoders:" optfeature "aac support" "media-libs/faac media-libs/libaacplus" optfeature "dvd support" media-video/lsdvd optfeature "flac support" media-libs/flac |