[SCM] vlc/master: Explicitly enable v4l2 on kfreebsd.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Thu Nov 10 19:53:08 UTC 2011


The following commit has been merged in the master branch:
commit 3f9f0cfac3a119305494581fd6a3aca2a6b23368
Author: Benjamin Drung <bdrung at debian.org>
Date:   Thu Nov 10 20:28:18 2011 +0100

    Explicitly enable v4l2 on kfreebsd.

diff --git a/debian/rules b/debian/rules
index 9717398..0e597d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -126,6 +126,7 @@ endif
 ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
 confflags += \
 	--disable-alsa \
+	--enable-v4l2 \
 	$(NULL)
 endif
 

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list