diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-01-13 16:23:55 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-01-13 16:28:27 +0100 |
commit | e4fa15d15618ea3c0786eccde08f5c12a65e8fa4 (patch) | |
tree | 935eccf22def5b5625421c346dca9e9f28e9b4fb | |
parent | f2193569a548fde059eb877661ec8a224c9fae1f (diff) | |
download | ffmpeg-e4fa15d15618ea3c0786eccde08f5c12a65e8fa4.tar.gz |
configure: provide libavfilter/version.h header to get_version()
Fix libavfilter library version numbers generation, which was broken in
3167dc9515810bbdd86d99d773bcf84657d2e72a.
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3590,7 +3590,7 @@ get_version(){ get_version LIBAVCODEC libavcodec/version.h get_version LIBAVDEVICE libavdevice/avdevice.h -get_version LIBAVFILTER libavfilter/avfilter.h +get_version LIBAVFILTER libavfilter/version.h get_version LIBAVFORMAT libavformat/version.h get_version LIBAVUTIL libavutil/avutil.h get_version LIBPOSTPROC libpostproc/postprocess.h |