From 82b2e9cb1d7e2c24db7d17d0c41bf1cef9a959b3 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Thu, 28 Nov 2013 16:29:41 -0800 Subject: 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 Reviewed-by: James Almer Signed-off-by: Michael Niedermayer --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5218666..33c366f 100644 --- a/.gitignore +++ b/.gitignore @@ -27,7 +27,6 @@ /ffserver /config.* /coverage.info -/version.h /doc/*.1 /doc/*.3 /doc/*.html @@ -53,6 +52,7 @@ /libavcodec/*_tables.c /libavcodec/*_tables.h /libavutil/avconfig.h +/libavutil/ffversion.h /tests/audiogen /tests/base64 /tests/data/ -- cgit v1.1