search for: have_alsa

Displaying 3 results from an estimated 3 matches for "have_alsa".

Did you mean: have_alias
2007 Jan 29
0
3 commits - autogen.sh configure.ac player/.gitignore player/Makefile.am player/swfdec_playback_alsa.c player/swfdec_playback.c player/swfdec_playback_none.c
...ff --git a/configure.ac b/configure.ac index eb69535..e02adfd 100644 --- a/configure.ac +++ b/configure.ac @@ -86,13 +86,40 @@ if test "$HAVE_GTK" = "no"; then fi AM_CONDITIONAL(WITH_GTK,[test "$HAVE_GTK" != "no"]) -PKG_CHECK_MODULES(ALSA, alsa >= 1.0, HAVE_ALSA=yes, HAVE_ALSA=no) -AC_SUBST(ALSA_LIBS) -AC_SUBST(ALSA_CFLAGS) -if test "$HAVE_ALSA" = "no"; then - AC_MSG_WARN([cannot find alsa, player will be disabled]) +dnl +dnl audio backend +dnl +AC_ARG_WITH(audio, + [AC_HELP_STRING([--with-audio=@<:@auto/alsa/none@:>@]...
2007 Jan 31
0
Branch 'interpreter' - 20 commits - autogen.sh configure.ac libswfdec/js libswfdec/swfdec_debug.h libswfdec/swfdec_js.c libswfdec/swfdec_js_color.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_script.c
...ff --git a/configure.ac b/configure.ac index eb69535..e02adfd 100644 --- a/configure.ac +++ b/configure.ac @@ -86,13 +86,40 @@ if test "$HAVE_GTK" = "no"; then fi AM_CONDITIONAL(WITH_GTK,[test "$HAVE_GTK" != "no"]) -PKG_CHECK_MODULES(ALSA, alsa >= 1.0, HAVE_ALSA=yes, HAVE_ALSA=no) -AC_SUBST(ALSA_LIBS) -AC_SUBST(ALSA_CFLAGS) -if test "$HAVE_ALSA" = "no"; then - AC_MSG_WARN([cannot find alsa, player will be disabled]) +dnl +dnl audio backend +dnl +AC_ARG_WITH(audio, + [AC_HELP_STRING([--with-audio=@<:@auto/alsa/none@:>@]...
2009 Jan 02
0
Wine release 1.1.12
...h user32. winex11: Factor out the 'alpha_zero' test and use it for legacy cursor support. Andrew Talbot (20): dmime: Remove unused Wine debug channel. dmstyle: Remove unused Wine debug channel. sxs: Remove unused Wine debug channel. winealsa.drv: Do nothing if HAVE_ALSA is not defined. winecoreaudio.drv: Do nothing if HAVE_AUDIOUNIT_AUDIOUNIT_H is not defined. riched20: Remove unused Wine debug channel. mshtml: Remove superfluous semicolons. msvfw32: Remove superfluous semicolon. winex11.drv: Superfluous semicolons fix. ddraw: R...