[SCM] mp4v2/master: Enable parallel builds.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Wed Aug 10 09:37:23 UTC 2011
The following commit has been merged in the master branch:
commit 8f99d7afb5e49127e2a6ecf26466efdd0468d0ec
Author: Alessio Treglia <alessio at debian.org>
Date: Wed Aug 10 11:38:13 2011 +0200
Enable parallel builds.
diff --git a/debian/rules b/debian/rules
index a2fe30c..d9030cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ CC:=ccache $(CC)
CXX:=ccache $(CXX)
%:
- dh $@ --with autotools_dev
+ dh $@ --parallel --with autotools_dev
override_dh_auto_configure:
dh_auto_configure -- CC="$(CC)" CXX="$(CXX)"
--
mp4v2 packaging
More information about the pkg-multimedia-commits
mailing list