From 7f249d1dde1e0c4f7023926ce96a87bb7734c57b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Wed, 6 Jun 2007 21:40:50 +0200 Subject: Remove aRTs output plugin. ALSA's DMix can allow to run both xine and aRTs at the same time for Linux, and if other operating systems lacks a proper software mixing facility you can consider alternative daemons. Note: aRTs will not be present in KDE 4. --- m4/audio_out.m4 | 19 ------------------- m4/summary.m4 | 1 - 2 files changed, 20 deletions(-) (limited to 'm4') diff --git a/m4/audio_out.m4 b/m4/audio_out.m4 index cdfe8b65d..4288c32d5 100644 --- a/m4/audio_out.m4 +++ b/m4/audio_out.m4 @@ -7,7 +7,6 @@ AC_DEFUN([XINE_AUDIO_OUT_PLUGINS], [ dnl explicitly requested to do so on other operating systems. dnl Notes: dnl - Alsa is Linux only - dnl - aRts is Linux only dnl - CoreAudio is Mac OS X only dnl - EsounD is reported to be available on most platforms dnl - FusionSound is Linux only, but don't enable it by default @@ -22,7 +21,6 @@ AC_DEFUN([XINE_AUDIO_OUT_PLUGINS], [ default_enable_sunaudio=disable default_with_alsa=without - default_with_arts=without default_with_esound=with default_with_fusionsound=without default_with_jack=without @@ -47,7 +45,6 @@ AC_DEFUN([XINE_AUDIO_OUT_PLUGINS], [ ;; linux*) default_with_alsa=with - default_with_arts=with default_with_jack=with default_with_pulseaudio=with ;; @@ -81,22 +78,6 @@ AC_DEFUN([XINE_AUDIO_OUT_PLUGINS], [ AM_CONDITIONAL([ENABLE_ALSA], [test x"$have_alsa" = x"yes"]) - dnl aRts support - AC_ARG_WITH([arts], - [AS_HELP_STRING([--with-arts], [Build with aRts audio output support])], - [test x"$withval" != x"no" && with_arts="yes"], - [test $default_with_arts = without && with_arts="no"]) - if test x"$with_arts" != x"no"; then - ACX_PACKAGE_CHECK([ARTS], [0.9.5], [artsc-config], [have_arts=yes], [have_arts=no]) - if test x"$with_arts" = x"yes" && test x"$have_arts" != x"yes"; then - AC_MSG_ERROR([aRts support requested, but aRts not found]) - elif test x"$have_arts" = x"yes"; then - AC_DEFINE([HAVE_ARTS], 1, [Define this if you have aRts (libartsc) installed]) - fi - fi - AM_CONDITIONAL([ENABLE_ARTS], [test x"$have_arts" = x"yes"]) - - dnl CoreAudio for Mac OS X AC_ARG_ENABLE([coreaudio], [AS_HELP_STRING([--enable-coreaudio], [Enable support for Mac OS X CoreAudio])], diff --git a/m4/summary.m4 b/m4/summary.m4 index 792c5d319..19c8ff479 100644 --- a/m4/summary.m4 +++ b/m4/summary.m4 @@ -274,7 +274,6 @@ AC_DEFUN([XINE_LIB_SUMMARY], [ dnl Audio plugins echo " * audio driver plugins:" test x"$have_alsa" = x"yes" && echo " - alsa (ALSA - Advanced Linux Sound Architecture)" - test x"$have_arts" = x"yes" && echo " - arts (aRts - KDE soundserver)" test x"$have_coreaudio" = x"yes" && echo " - CoreAudio (Mac OS X audio driver)" test x"$have_directx" = x"yes" && echo " - directx (DirectX audio driver)" test x"$have_esound" = x"yes" && echo " - esd (Enlightened Sound Daemon)" -- cgit v1.2.3