diff options
author | wm4 <nfxjfg@googlemail.com> | 2015-07-02 19:04:59 +0200 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2015-07-02 23:22:53 +0200 |
commit | 1316df7aa98c4784f190d107206d0bb12c590b89 (patch) | |
tree | bc8922c649dd88312f81b9521bc82660c7c65fe3 /.gitignore | |
parent | a31c4b2cbef9aee15910fc3df52519aef46760de (diff) | |
download | ffmpeg-1316df7aa98c4784f190d107206d0bb12c590b89.tar.gz |
lavu: add an API function to return the Libav version string
This returns something like "v12_dev0-1332-g333a27c". This is much more
useful than the individual library versions, of which there are too
many, and which are very hard to map back to releases or git commits.
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index e225866ec6..d3cde42c65 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,7 @@ /avprobe /config.* /coverage.info -/version.h +/avversion.h /doc/*.1 /doc/*.html /doc/*.pod |