You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
cmdutils: restore vertical alignment of versions
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -550,7 +550,7 @@ static int warned_cfg = 0;
|
|||||||
const char *indent = flags & INDENT? " " : ""; \
|
const char *indent = flags & INDENT? " " : ""; \
|
||||||
if (flags & SHOW_VERSION) { \
|
if (flags & SHOW_VERSION) { \
|
||||||
unsigned int version = libname##_version(); \
|
unsigned int version = libname##_version(); \
|
||||||
av_log(NULL, level, "%slib%-9s %2d.%3d.%2d / %2d.%3d.%2d\n",\
|
av_log(NULL, level, "%slib%-11s %2d.%3d.%3d / %2d.%3d.%3d\n",\
|
||||||
indent, #libname, \
|
indent, #libname, \
|
||||||
LIB##LIBNAME##_VERSION_MAJOR, \
|
LIB##LIBNAME##_VERSION_MAJOR, \
|
||||||
LIB##LIBNAME##_VERSION_MINOR, \
|
LIB##LIBNAME##_VERSION_MINOR, \
|
||||||
|
Reference in New Issue
Block a user