[SCM] libav/experimental: 10l: fix version.h generation
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 17:04:00 UTC 2013
The following commit has been merged in the experimental branch:
commit 0853a2b47e3b71eca450821fff0d7b18f2934607
Author: Måns Rullgård <mans at mansr.com>
Date: Wed Mar 10 03:10:26 2010 +0000
10l: fix version.h generation
Note to self: always test in a clean directory
Originally committed as revision 22423 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/Makefile b/Makefile
index e5e4a87..6507d93 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ SVN_ENTRIES = $(SRC_PATH_BARE)/.svn/entries
.version: M=@
version.h .version:
- $(M)$(VERSION_SH) $(SRC_PATH) $@ $(EXTRA_VERSION)
+ $(M)$(VERSION_SH) $(SRC_PATH) version.h $(EXTRA_VERSION)
$(Q)touch .version
# force version.sh to run whenever version might have changed
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list