From 86ab7b0f2fc1e32924603731be9fdee0854f9e7e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 1 Jul 2012 11:51:30 +0200 Subject: [PATCH] Create version.h headers for libraries that lack them --- configure | 6 ++-- libavdevice/Makefile | 3 +- libavdevice/avdevice.h | 16 ++------- libavdevice/version.h | 42 ++++++++++++++++++++++ libavutil/Makefile | 1 + libavutil/avutil.h | 51 +------------------------- libavutil/version.h | 82 ++++++++++++++++++++++++++++++++++++++++++ libswscale/Makefile | 3 +- libswscale/swscale.h | 26 +------------- libswscale/version.h | 54 ++++++++++++++++++++++++++++ 10 files changed, 190 insertions(+), 94 deletions(-) create mode 100644 libavdevice/version.h create mode 100644 libavutil/version.h create mode 100644 libswscale/version.h diff --git a/configure b/configure index 3a1b4361b87..930fad19bf9 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 <