[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 f982b0f76b45ddc84a4e8306bf7918a5ee093ef8
Author: Fabian Greffrath <fabian at debian-unofficial.org>
Date:   Mon Jun 15 12:43:29 2009 +0200

    Repeat the last change for the shared_confflags.

diff --git a/debian/rules b/debian/rules
index fc08d93..74e1542 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,10 @@ confflags += --enable-debug
 confflags += --enable-pthread
 confflags += --prefix=/usr
 
+shared_confflags += --enable-pic
+shared_confflags += --enable-shared
+shared_confflags += --enable-visualize
+
 CFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
 
 build: build-stamp
@@ -41,8 +45,7 @@ build-stamp: debian/stamp-patched
 	# Build shared lib
 	$(MAKE) clean
 
-	CFLAGS="$(CFLAGS)" ./configure $(confflags) --enable-shared \
-	--enable-pic --enable-visualize
+	CFLAGS="$(CFLAGS)" ./configure $(confflags) $(shared_confflags)
 
 	$(MAKE) -j $(NCPUS)
 

-- 
x264 packaging



More information about the pkg-multimedia-commits mailing list