• Georgi Chorbadzhiyski's avatar
    libavcodec minor version is > 99 so fix the formating · 9256dc28
    Georgi Chorbadzhiyski authored
    libavcodec minor version is > 99 so when printing the library versions
    the output is a little bit broken:
    
      libavutil    50. 36. 0 / 50.36. 0
      libavcore     0. 16. 1 /  0.16. 1
      libavcodec   52.108. 0 / 52.108. 0
      libavformat  52. 94. 0 / 52.94. 0
      libavdevice  52.  2. 3 / 52. 2. 3
      libavfilter   1. 74. 0 /  1.74. 0
      libswscale    0. 12. 0 /  0.12. 0
    
    Change the formating to look like this:
    
      libavutil    50. 36. 0 / 50. 36. 0
      libavcore     0. 16. 1 /  0. 16. 1
      libavcodec   52.108. 0 / 52.108. 0
      libavformat  52. 94. 0 / 52. 94. 0
      libavdevice  52.  2. 3 / 52.  2. 3
      libavfilter   1. 74. 0 /  1. 74. 0
      libswscale    0. 12. 0 /  0. 12. 0
    Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
    (cherry picked from commit c0dd5653)
    9256dc28
Name
Last commit
Last update
doc Loading commit data...
ffpresets Loading commit data...
libavcodec Loading commit data...
libavcore Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavutil Loading commit data...
libpostproc Loading commit data...
libswscale Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
Doxyfile Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
MAINTAINERS Loading commit data...
Makefile Loading commit data...
README Loading commit data...
cmdutils.c Loading commit data...
cmdutils.h Loading commit data...
cmdutils_common_opts.h Loading commit data...
common.mak Loading commit data...
configure Loading commit data...
ffmpeg.c Loading commit data...
ffplay.c Loading commit data...
ffprobe.c Loading commit data...
ffserver.c Loading commit data...
ffserver.h Loading commit data...
subdir.mak Loading commit data...
version.sh Loading commit data...