1
mirror of https://github.com/mpv-player/mpv synced 2025-04-11 17:32:09 +02:00

terminal output: change program name to "MPlayer2"

This commit is contained in:
Uoti Urpala 2011-02-15 19:38:59 +02:00
parent 8affafc2a8
commit bb79b19817

@ -3961,7 +3961,7 @@ int i;
} }
mpctx->key_fifo = mp_fifo_create(opts); mpctx->key_fifo = mp_fifo_create(opts);
print_version("MPlayer"); print_version("MPlayer2");
#if defined(__MINGW32__) || defined(__CYGWIN__) #if defined(__MINGW32__) || defined(__CYGWIN__)
{ {