[SCM] libav/experimental: version.h should depend on config.mak. The extra version string that is passed to configure is recorded in config.mak and changes to config.mak can therefore make version.h rebuilds necessary.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:40:13 UTC 2013


The following commit has been merged in the experimental branch:
commit 873b092353f95a852e4f2f7639fc13bc8b81cb41
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon Mar 2 09:33:57 2009 +0000

    version.h should depend on config.mak.
    The extra version string that is passed to configure is recorded in config.mak
    and changes to config.mak can therefore make version.h rebuilds necessary.
    
    Originally committed as revision 17730 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/common.mak b/common.mak
index 4be056c..35c0579 100644
--- a/common.mak
+++ b/common.mak
@@ -48,7 +48,7 @@ ifeq ($(wildcard $(SVN_ENTRIES)),$(SVN_ENTRIES))
 $(BUILD_ROOT_REL)/version.h: $(SVN_ENTRIES)
 endif
 
-$(BUILD_ROOT_REL)/version.h: $(SRC_PATH_BARE)/version.sh
+$(BUILD_ROOT_REL)/version.h: $(SRC_PATH_BARE)/version.sh config.mak
 	$< $(SRC_PATH) $@ $(EXTRA_VERSION)
 
 install: install-libs install-headers

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list