[SCM] libav-extra/master: Enable pulse support.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Sun Mar 18 20:53:26 UTC 2012


The following commit has been merged in the master branch:
commit b60d9de709bca967035e4c0963753313d48c162b
Author: Andres Mejia <amejia004 at gmail.com>
Date:   Sun Mar 18 16:04:45 2012 -0400

    Enable pulse support.

diff --git a/debian/confflags b/debian/confflags
index 53f4d4a..9506f15 100644
--- a/debian/confflags
+++ b/debian/confflags
@@ -128,6 +128,9 @@ confflags += $(extra_common_confflags)
 # vaapi is not available on s390 and on the hurd
 confflags += $(call cond_enable,/usr/include/va/va.h,vaapi)
 
+# pulse is not available on the hurd
+confflags += $(call cond_enable,/usr/include/pulse/simple.h,libpulse)
+
 # this part below is intended for the 'Libav' package in ubuntu/multiverse
 gpl_confflags += $(call cond_enable,/usr/include/dirac/libdirac_decoder/dirac_parser.h,libdirac)
 gpl_confflags += $(call cond_enable,/usr/include/lame/lame.h,libmp3lame)
diff --git a/debian/control b/debian/control
index 69a9e5d..3c0108a 100644
--- a/debian/control
+++ b/debian/control
@@ -37,6 +37,7 @@ Build-Depends:
  libopencore-amrwb-dev,
  libopencv-dev,
  libopenjpeg-dev,
+ libpulse-dev [!hurd-any],
  libraw1394-dev [linux-any],
  librtmp-dev (>= 2.2e-4),
  libschroedinger-dev,

-- 
libav-extra packaging



More information about the pkg-multimedia-commits mailing list