r142 - unstable/ffmpeg/debian
lool at alioth.debian.org
lool at alioth.debian.org
Wed Mar 14 14:22:07 CET 2007
Author: lool
Date: 2007-01-23 21:57:49 +0000 (Tue, 23 Jan 2007)
New Revision: 142
Modified:
unstable/ffmpeg/debian/changelog
unstable/ffmpeg/debian/rules
Log:
* Fix handling of debug in DEB_BUILD_OPTIONS; thanks Andreas Henriksson;
closes: #406474.
Modified: unstable/ffmpeg/debian/changelog
===================================================================
--- unstable/ffmpeg/debian/changelog 2007-01-23 21:36:11 UTC (rev 141)
+++ unstable/ffmpeg/debian/changelog 2007-01-23 21:57:49 UTC (rev 142)
@@ -3,8 +3,10 @@
* Add myself to Uploaders.
* Exclude firewire libs from ffmpeg-config under kFreeBSD; based on a patch
by Petr Salinger; closes: #399701.
+ * Fix handling of debug in DEB_BUILD_OPTIONS; thanks Andreas Henriksson;
+ closes: #406474.
- -- Loic Minier <lool at dooz.org> Tue, 23 Jan 2007 22:35:19 +0100
+ -- Loic Minier <lool at dooz.org> Tue, 23 Jan 2007 22:47:03 +0100
ffmpeg (0.cvs20060823-4) unstable; urgency=high
Modified: unstable/ffmpeg/debian/rules
===================================================================
--- unstable/ffmpeg/debian/rules 2007-01-23 21:36:11 UTC (rev 141)
+++ unstable/ffmpeg/debian/rules 2007-01-23 21:57:49 UTC (rev 142)
@@ -18,9 +18,7 @@
FIREWIRELIBS=""
endif
-ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
- confflags += --enable-debug
-else
+ifeq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
confflags += --disable-debug
endif
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
More information about the Pkg-multimedia-commits
mailing list