[SCM] faad2 packaging branch, master, updated. upstream/2.7-48-gd9f177a

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Wed Jun 3 09:02:11 UTC 2009


The following commit has been merged in the master branch:
commit d330209359f870c6145bc6c276b21d3b11f51ea6
Author: Fabian Greffrath <fabian at debian-unofficial.org>
Date:   Wed Jun 3 10:52:52 2009 +0200

    Set CFLAGS/CXXFLAGS to a reasonable default.

diff --git a/debian/rules b/debian/rules
index 667b475..a27d4eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+CFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
+CXXFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
+
 %:
 	dh --with quilt $@
 

-- 
faad2 packaging



More information about the pkg-multimedia-commits mailing list