[vlc-commits] Exclude ALSA from test builds
    Rémi Denis-Courmont 
    git at videolan.org
       
    Mon Sep 16 17:55:14 CEST 2013
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Sep 16 18:18:17 2013 +0300| [6e92a6302c52cda04825e864831079a5be4a7146] | committer: Rémi Denis-Courmont
Exclude ALSA from test builds
libasound2 seem to cause spurious test suite failures.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6e92a6302c52cda04825e864831079a5be4a7146
---
 Makefile.am |    1 +
 1 file changed, 1 insertion(+)
diff --git a/Makefile.am b/Makefile.am
index 0d169cd..cfcc33f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -82,6 +82,7 @@ SUFFIXES =
 DISTCHECK_CONFIGURE_FLAGS = \
 	--enable-fast-install \
 	--disable-a52 \
+	--disable-alsa \
 	--disable-avcodec --disable-avformat \
 	--disable-postproc --disable-swscale \
 	--disable-dbus \
    
    
More information about the vlc-commits
mailing list