Merge commit 'flameeyes/flameeyes'

This commit is contained in:
Lennart Poettering 2009-01-23 19:46:52 +01:00
commit f6fcbed6d0
6 changed files with 38 additions and 16 deletions

View file

@ -60,7 +60,6 @@ AM_CFLAGS = \
-I$(top_builddir)/src/modules/alsa \
-I$(top_srcdir)/src/modules/raop \
$(PTHREAD_CFLAGS) -D_POSIX_PTHREAD_SEMANTICS \
$(LTDLINCL) \
$(LIBSAMPLERATE_CFLAGS) \
$(LIBSNDFILE_CFLAGS) \
$(LIBSPEEX_CFLAGS) \

View file

@ -239,7 +239,7 @@ int pa__init(pa_module*m) {
#ifdef HAVE_ALSA
if ((n = detect_alsa(m->core, just_one)) <= 0)
#endif
#if HAVE_OSS
#ifdef HAVE_OSS
if ((n = detect_oss(m->core, just_one)) <= 0)
#endif
#ifdef HAVE_SOLARIS

View file

@ -25,7 +25,7 @@
#include <string.h>
#if HAVE_LIBSAMPLERATE
#ifdef HAVE_LIBSAMPLERATE
#include <samplerate.h>
#endif