[SCM] FFmpeg packaging branch, master, updated. upstream/0.svn20090204-68-g16b4e33

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Thu Feb 5 20:10:15 UTC 2009


The following commit has been merged in the master branch:
commit 8fa40bde4f7428042ac11885753c7be5ff0fbd4f
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Thu Feb 5 20:15:04 2009 +0100

    use test(1) instead of stat(1) for checking header file existance in
    cond_enable macro.

diff --git a/debian/confflags b/debian/confflags
index 056cd5f..d8d4fca 100644
--- a/debian/confflags
+++ b/debian/confflags
@@ -24,7 +24,7 @@ FLAVORS += vis
 endif
 
 define cond_enable
-	$(shell stat $(1) >/dev/null 2>/dev/null && echo --enable-$(2) )
+	$(shell test -r $(1) && echo --enable-$(2) )
 endef
 
 # Configuration flags causing the libs to be GPL tainted

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list