diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2019-03-02 20:49:12 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2019-03-02 20:49:12 +0530 |
commit | fda793f6fa7678e36b00eeea12343f90da75bfcb (patch) | |
tree | 6673f3cbd7121a2d53bc4c215f19ad243f80df94 /configure | |
parent | 3b23eb283a32af5d8b19b7621e31cc40521a2a41 (diff) | |
download | ffmpeg-fda793f6fa7678e36b00eeea12343f90da75bfcb.tar.gz |
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-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |