no longer need ffmpeg patch0 which was for Termux
[goodguy/cinelerra.git] / cinelerra-5.1 / thirdparty / src / ffmpeg.git.patch0
1 diff -urN a/fftools/cmdutils.c b/fftools/cmdutils.c
2 --- a/fftools/cmdutils.c        2019-12-02 08:48:02.860360597 -0700
3 +++ b/fftools/cmdutils.c        2019-12-02 08:51:04.603975015 -0700
4 @@ -1186,6 +1186,7 @@
5  
6  void show_banner(int argc, char **argv, const OptionDef *options)
7  {
8 +    return;
9      int idx = locate_option(argc, argv, options, "version");
10      if (hide_banner || idx)
11          return;