Commit 874e1db3 authored by stefano's avatar stefano

Cosmetics: vertical align in print_all_lib_versions().


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15032 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 519af407
......@@ -206,15 +206,15 @@ void print_error(const char *filename, int err)
void print_all_lib_versions(FILE* outstream, int indent)
{
unsigned int version;
PRINT_LIB_VERSION(outstream, avutil, AVUTIL, indent);
PRINT_LIB_VERSION(outstream, avcodec, AVCODEC, indent);
PRINT_LIB_VERSION(outstream, avutil, AVUTIL, indent);
PRINT_LIB_VERSION(outstream, avcodec, AVCODEC, indent);
PRINT_LIB_VERSION(outstream, avformat, AVFORMAT, indent);
PRINT_LIB_VERSION(outstream, avdevice, AVDEVICE, indent);
#if ENABLE_AVFILTER
PRINT_LIB_VERSION(outstream, avfilter, AVFILTER, indent);
#endif
#if ENABLE_SWSCALE
PRINT_LIB_VERSION(outstream, swscale, SWSCALE, indent);
PRINT_LIB_VERSION(outstream, swscale, SWSCALE, indent);
#endif
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment