[FFmpeg-cvslog] configure: add missing dependencies to vf_srcnn

James Almer git at videolan.org
Sun May 6 23:26:44 EEST 2018


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sun May  6 17:15:54 2018 -0300| [652b857b94739df60b1436330ccea6bb2b7c78b3] | committer: James Almer

configure: add missing dependencies to vf_srcnn

The access dependecy is temporary and should fix compilation with
msvc until a proper fix is committed.

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=652b857b94739df60b1436330ccea6bb2b7c78b3
---

 configure | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure b/configure
index 2d99c8ea85..6a69695e32 100755
--- a/configure
+++ b/configure
@@ -3390,6 +3390,7 @@ spectrumsynth_filter_deps="avcodec"
 spectrumsynth_filter_select="fft"
 spp_filter_deps="gpl avcodec"
 spp_filter_select="fft idctdsp fdctdsp me_cmp pixblockdsp"
+srcnn_filter_deps="access avformat"
 stereo3d_filter_deps="gpl"
 subtitles_filter_deps="avformat avcodec libass"
 super2xsai_filter_deps="gpl"
@@ -6796,6 +6797,7 @@ enabled signature_filter    && prepend avfilter_deps "avcodec avformat"
 enabled smartblur_filter    && prepend avfilter_deps "swscale"
 enabled spectrumsynth_filter && prepend avfilter_deps "avcodec"
 enabled spp_filter          && prepend avfilter_deps "avcodec"
+enabled srcnn_filter        && prepend avfilter_deps "avformat"
 enabled subtitles_filter    && prepend avfilter_deps "avformat avcodec"
 enabled uspp_filter         && prepend avfilter_deps "avcodec"
 enabled zoompan_filter      && prepend avfilter_deps "swscale"



More information about the ffmpeg-cvslog mailing list