On Thu, 2 Jul 2015 23:19:18 +0200 Janne Grunau <[email protected]> wrote:
> On 2015-07-02 19:18:19 +0200, Luca Barbato wrote: > > On 02/07/15 19:04, wm4 wrote: > > > 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. > > > --- > > > .gitignore | 2 +- > > > Makefile | 6 +++--- > > > cmdutils.c | 2 +- > > > doc/APIchanges | 3 +++ > > > libavutil/avutil.h | 7 +++++++ > > > libavutil/utils.c | 7 +++++++ > > > 6 files changed, 22 insertions(+), 5 deletions(-) > > > > > > > missing -I$(CURDIR) to make it work in builds outside src tree. > > the existing -I. in the toplevel Makefile should be enough and out of > source tree works fine for me > > I'll push it with s/\(version number\) and/\1 or/ in the function's > description. Thanks for making the last needed modifications and pushing. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
