[SCM] libav/master: Enable pulse support.

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


The following commit has been merged in the master branch:
commit bd9e7a63fc132b240e8e9e70dfaffb962fc4c8d9
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 a59e00e..96a43e6 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 bd2988b..aa59534 100644
--- a/debian/control
+++ b/debian/control
@@ -35,6 +35,7 @@ Build-Depends:
  libmp3lame-dev,
  libopencv-dev,
  libopenjpeg-dev,
+ libpulse-dev [!hurd-any],
  libraw1394-dev [linux-any],
  librtmp-dev (>= 2.2e-4),
  libschroedinger-dev,

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list