[FFmpeg-cvslog] configure: select rotation filters for ffmpeg
Gyan Doshi
git at videolan.org
Sun Mar 3 07:08:34 EET 2019
ffmpeg | branch: master | Gyan Doshi <ffmpeg at gyani.pro> | Sat Mar 2 21:07:12 2019 +0530| [fda793f6fa7678e36b00eeea12343f90da75bfcb] | committer: Gyan Doshi
configure: select rotation filters for ffmpeg
autorotate is enabled by default in ffmpeg so the rotation filters
are required and will be attempted for insertion without the user's
knowledge if an input stream has rotation side-data.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fda793f6fa7678e36b00eeea12343f90da75bfcb
---
configure | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index bbeaf2fadc..3042ab9176 100755
--- a/configure
+++ b/configure
@@ -3595,8 +3595,8 @@ avutil_extralibs="d3d11va_extralibs nanosleep_extralibs pthreads_extralibs vaapi
# programs
ffmpeg_deps="avcodec avfilter avformat"
ffmpeg_select="aformat_filter anull_filter atrim_filter format_filter
- null_filter
- trim_filter"
+ hflip_filter null_filter
+ transpose_filter trim_filter vflip_filter"
ffmpeg_suggest="ole32 psapi shell32"
ffplay_deps="avcodec avformat swscale swresample sdl2"
ffplay_select="rdft crop_filter transpose_filter hflip_filter vflip_filter rotate_filter"
More information about the ffmpeg-cvslog
mailing list