rename file and add Andrew 0002 HAVE_DV patch
[goodguy/cinelerra.git] / cinelerra-5.1 / thirdparty / src / ffmpeg-4.4.patch0
1 diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c
2 index 88fdbeaf1e..f39d2e7cc4 100644
3 --- a/fftools/cmdutils.c
4 +++ b/fftools/cmdutils.c
5 @@ -1184,6 +1184,7 @@ static void print_buildconf(int flags, int level)
6  
7  void show_banner(int argc, char **argv, const OptionDef *options)
8  {
9 +    return;
10      int idx = locate_option(argc, argv, options, "version");
11      if (hide_banner || idx)
12          return;