r1612 - /experimental/libquicktime/debian/rules

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Sun Feb 8 19:19:05 UTC 2009


Author: fabian-guest
Date: Sun Feb  8 19:19:05 2009
New Revision: 1612

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1612
Log:
sync'ed with ffmpeg-debian

Modified:
    experimental/libquicktime/debian/rules

Modified: experimental/libquicktime/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/libquicktime/debian/rules?rev=1612&op=diff
==============================================================================
--- experimental/libquicktime/debian/rules (original)
+++ experimental/libquicktime/debian/rules Sun Feb  8 19:19:05 2009
@@ -9,7 +9,7 @@
 
 # Autodetection of headers (taken from the ffmpeg-debian package)
 define cond_with
-	$(shell stat $(1) >/dev/null 2>/dev/null && echo --with-$(2) )
+	$(shell test -r $(1) && echo --with-$(2) )
 endef
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-gpl --with-libdv




More information about the pkg-multimedia-commits mailing list