diff options
author | Diego Biurrun | 2012-07-01 11:51:30 +0200 |
---|---|---|
committer | Diego Biurrun | 2012-07-04 15:10:06 +0200 |
commit | 86ab7b0f2fc1e32924603731be9fdee0854f9e7e (patch) | |
tree | 18e25b12c5596cee2ec4dc359a9ae333c79f743d /configure | |
parent | 40e61b7b07da8b32f431fcb72f547b934837f389 (diff) |
Create version.h headers for libraries that lack them
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3378,12 +3378,12 @@ get_version(){ } get_version LIBAVCODEC libavcodec/version.h -get_version LIBAVDEVICE libavdevice/avdevice.h +get_version LIBAVDEVICE libavdevice/version.h get_version LIBAVFILTER libavfilter/version.h get_version LIBAVFORMAT libavformat/version.h get_version LIBAVRESAMPLE libavresample/version.h -get_version LIBAVUTIL libavutil/avutil.h -get_version LIBSWSCALE libswscale/swscale.h +get_version LIBAVUTIL libavutil/version.h +get_version LIBSWSCALE libswscale/version.h cat > $TMPH <<EOF /* Automatically generated by configure - do not modify! */ |