]> git.sesse.net Git - vlc/commit
FIX mingw runtime 3.15 is the minimun
authorbasos G <noxelia 4t gmail , com>
Fri, 17 Apr 2009 14:37:03 +0000 (17:37 +0300)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 17 Apr 2009 16:45:48 +0000 (18:45 +0200)
commitd385b8dc4b24c5b87ef1724d9de93c1730dffe24
tree3df6757db5f2f6e35b9b8f8a8247add3720d5d45
parentbc756e069205fc2f8d5065031b14840a6e75cf13
FIX mingw runtime 3.15 is the minimun

An issue regrading %zu vasprintf NOT being recognized
by mingw runtime's 3.14 is fixed with an upgrade to 3.15
So make this the least required standart.
Note that this issue lead to a vlc early crash on windows
and is generally toxic on cases where %s is following a
misinterpreted %zu

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
configure.ac