[MPlayer-cvslog] r34136 - trunk/configure
Ingo Brückl
ib at wupperonline.de
Mon Sep 26 16:09:22 CEST 2011
diego wrote on Mon, 26 Sep 2011 12:59:44 +0200 (CEST):
> Author: diego
> Date: Mon Sep 26 12:59:43 2011
> New Revision: 34136
> Log:
> configure: generalize cpp_condition_check() and use it to simplify tests
> Modified:
> trunk/configure
This results in ALSA no longer found and a mute MPlayer.
These are the diffs in the generated config.h files:
diff -u r34135/config.h r34136/config.h
--- r34135/config.h 2011-09-26 15:48:10.000000000 +0200
+++ r34136/config.h 2011-09-26 16:05:39.000000000 +0200
@@ -59,7 +59,7 @@
/* system headers */
#define HAVE_ALLOCA_H 1
-#define HAVE_ALSA_ASOUNDLIB_H 1
+#undef HAVE_ALSA_ASOUNDLIB_H
#define HAVE_ALTIVEC_H 0
#define HAVE_MALLOC_H 1
#define HAVE_SYS_MMAN_H 1
@@ -250,8 +250,8 @@
/* Audio output drivers */
-#define CONFIG_ALSA 1
-#define CONFIG_ALSA1X 1
+#undef CONFIG_ALSA
+#undef CONFIG_ALSA1X
#undef CONFIG_ALSA5
#undef CONFIG_ALSA9
Ingo
More information about the MPlayer-cvslog
mailing list