[SCM] tsdecrypt/master: Explicitly build with "make dvbcsa" when building with libdvbcsa.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Wed Apr 18 09:07:44 UTC 2012
The following commit has been merged in the master branch:
commit 3d912d9bdde5a35097e36861139afaeadd3f0d0c
Author: Alessio Treglia <alessio at debian.org>
Date: Wed Apr 18 11:03:05 2012 +0200
Explicitly build with "make dvbcsa" when building with libdvbcsa.
diff --git a/debian/rules b/debian/rules
index d9399f4..9053db6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ override_dh_auto_install:
mv tsdecrypt tsdecrypt_ffdecsa
$(MAKE) distclean
# Build against libdvbcsa
- $(MAKE)
+ $(MAKE) dvbcsa
mv tsdecrypt tsdecrypt_dvbcsa
# Install binaries
cd $(DESTDIR) && mkdir -p usr/bin
--
tsdecrypt packaging
More information about the pkg-multimedia-commits
mailing list