[SCM] x264 packaging branch, master, updated. 0e68cf291dce445ea4a52918705cb355b5b3cdb3

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Mon Jun 15 10:44:32 UTC 2009


The following commit has been merged in the master branch:
commit 9332c0e6f680341853c5381d8eda7eb32fea94d0
Author: Fabian Greffrath <fabian at debian-unofficial.org>
Date:   Mon Jun 15 12:41:14 2009 +0200

    Add one confflag per line, makes it easier to track minor changes.

diff --git a/debian/rules b/debian/rules
index 7ecb49c..fc08d93 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,9 @@ ifeq ($(NCPUS),0)
 	NCPUS:=1
 endif
 
-confflags = --enable-pthread --prefix=/usr --enable-debug
+confflags += --enable-debug
+confflags += --enable-pthread
+confflags += --prefix=/usr
 
 CFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
 

-- 
x264 packaging



More information about the pkg-multimedia-commits mailing list