build: rename version.h to libavutil/ffversion.h
Also the libavutil/ffversion.h will be installed. Rationale: * Applications might want to know FFmpeg's version besides the individual libraries'. * Avoids file name clash between FFmpeg's ./version.h and lib*/version.h when a library source file includes both and is compiled on an out-of-tree build. Fixes #1769. Signed-off-by:Timothy Gu <timothygu99@gmail.com> Reviewed-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
Showing
- .gitignore 1 addition, 1 deletion.gitignore
- Makefile 3 additions, 3 deletionsMakefile
- cmdutils.c 1 addition, 1 deletioncmdutils.c
- doc/APIchanges 4 additions, 0 deletionsdoc/APIchanges
- ffprobe.c 1 addition, 1 deletionffprobe.c
- libavutil/Makefile 2 additions, 1 deletionlibavutil/Makefile
- libavutil/version.h 1 addition, 1 deletionlibavutil/version.h
Loading
Please register or sign in to comment