summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2019-03-02 20:49:12 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2019-03-02 20:49:12 +0530
commitfda793f6fa7678e36b00eeea12343f90da75bfcb (patch)
tree6673f3cbd7121a2d53bc4c215f19ad243f80df94 /configure
parent3b23eb283a32af5d8b19b7621e31cc40521a2a41 (diff)
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.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files 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"