summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2011-10-01 20:03:49 +0300
committerUoti Urpala <uau@mplayer2.org>2011-10-01 20:03:49 +0300
commit377ae044e2044000477fe1adf3209c02638bacc7 (patch)
treef0a5ba74d56930678e83791f10be4b22369a4c4d /mplayer.c
parentc9e681fca3a516899018cfde0b7ea964476b2107 (diff)
downloadmpv-377ae044e2044000477fe1adf3209c02638bacc7.tar.bz2
mpv-377ae044e2044000477fe1adf3209c02638bacc7.tar.xz
terminal output: show libav version numbers in verbose mode
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index d10de38602..ceb9f794a8 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -3917,6 +3917,7 @@ static void print_version(const char *name)
mp_msg(MSGT_CPLAYER, MSGL_V, "\n");
#endif /* CONFIG_RUNTIME_CPUDETECT */
#endif /* ARCH_X86 */
+ print_libav_versions();
}
#ifdef PTW32_STATIC_LIB