[SCM] libav/experimental: Each dependency file needs to be updated when one of the files the corresponding object file depends on is changed.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:24:18 UTC 2013
The following commit has been merged in the experimental branch:
commit f0418fec694921c12052637541e479fbc00e788d
Author: Diego Biurrun <diego at biurrun.de>
Date: Wed Jun 25 15:36:46 2008 +0000
Each dependency file needs to be updated when one of the files the
corresponding object file depends on is changed.
Originally committed as revision 13965 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/configure b/configure
index c9eda03..8087d53 100755
--- a/configure
+++ b/configure
@@ -969,7 +969,7 @@ SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBMAJOR)'
LIB_INSTALL_EXTRA_CMD='$(RANLIB) "$(LIBDIR)/$(LIBNAME)"'
# gcc stupidly only outputs the basename of targets with -MM
-DEPEND_CMD='$(CC) $(CFLAGS) -MM -MG $< | sed -e "/^\#.*/d" -e "1s,^,$(@D)/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$$(BUILD_ROOT_REL)/\\2,"'
+DEPEND_CMD='$(CC) $(CFLAGS) -MM -MG $< | sed -e "/^\#.*/d" -e "1s,^,$(@D)/," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$$(BUILD_ROOT_REL)/\\2," -e "s/\(.*\)\.o/\1.d &/"'
# find source path
source_path="`dirname \"$0\"`"
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list