summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-07-01 11:51:30 +0200
committerDiego Biurrun <diego@biurrun.de>2012-07-04 15:10:06 +0200
commit86ab7b0f2fc1e32924603731be9fdee0854f9e7e (patch)
tree18e25b12c5596cee2ec4dc359a9ae333c79f743d /configure
parent40e61b7b07da8b32f431fcb72f547b934837f389 (diff)
Create version.h headers for libraries that lack them
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 3a1b4361b8..930fad19bf 100755
--- a/configure
+++ b/configure
@@ -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! */