]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/gettext-macosx.patch
Video outputs should not change the vout's render format.
[vlc] / extras / contrib / src / Patches / gettext-macosx.patch
1 --- gettext/gettext-tools/src/msgmerge.c.orig   2007-10-21 03:25:52.000000000 +0200
2 +++ gettext/gettext-tools/src/msgmerge.c        2008-03-23 19:54:36.000000000 +0100
3 @@ -96,7 +96,7 @@
4  
5  /* Update mode.  */
6  static bool update_mode = false;
7 -static const char *version_control_string;
8 +static const char *version_control_string = "none";
9  static const char *backup_suffix_string;
10  
11  /* Long options.  */