diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-04-30 20:00:12 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-04-30 20:07:08 +0200 |
commit | b347f3e83ffc3405cdac5524c07acb20bee906f9 (patch) | |
tree | dfc8ac0e7d13d1f42bb9127a7ede39dd9a0de3ba /media-video | |
parent | app-backup/bacula: fix emptyline warning (diff) | |
download | gentoo-b347f3e83ffc3405cdac5524c07acb20bee906f9.tar.gz gentoo-b347f3e83ffc3405cdac5524c07acb20bee906f9.tar.bz2 gentoo-b347f3e83ffc3405cdac5524c07acb20bee906f9.zip |
media-video/ffmpeg: drop avresample
Link 1: https://github.com/FFmpeg/FFmpeg/commit/420cedd49745b284c35d97b936b71ff79b43bdf7
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 7ab4dcdeb81a..7cc85ee5f21a 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -429,7 +429,6 @@ multilib_src_configure() { # Mandatory configuration myconf=( --enable-avfilter - --enable-avresample --disable-stripping # This is only for hardcoded cflags; those are used in configure checks that may # interfere with proper detections, bug #671746 and bug #645778 @@ -553,6 +552,6 @@ multilib_src_install_all() { } multilib_src_test() { - LD_LIBRARY_PATH="${BUILD_DIR}/libpostproc:${BUILD_DIR}/libswscale:${BUILD_DIR}/libswresample:${BUILD_DIR}/libavcodec:${BUILD_DIR}/libavdevice:${BUILD_DIR}/libavfilter:${BUILD_DIR}/libavformat:${BUILD_DIR}/libavutil:${BUILD_DIR}/libavresample" \ + LD_LIBRARY_PATH="${BUILD_DIR}/libpostproc:${BUILD_DIR}/libswscale:${BUILD_DIR}/libswresample:${BUILD_DIR}/libavcodec:${BUILD_DIR}/libavdevice:${BUILD_DIR}/libavfilter:${BUILD_DIR}/libavformat:${BUILD_DIR}/libavutil" \ emake V=1 fate } |