Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 276354 | Differences between
and this patch

Collapse All | Expand All

(-)mozilla-1.9.1.bak/configure.in (-9 / +9 lines)
Lines 5442-5456 Link Here
5442
dnl ========================================================
5442
dnl ========================================================
5443
5443
5444
dnl If using sydneyaudio with Linux, ensure that the alsa library is available
5444
dnl If using sydneyaudio with Linux, ensure that the alsa library is available
5445
if test "$COMPILE_ENVIRONMENT"; then
5445
#if test "$COMPILE_ENVIRONMENT"; then
5446
if test -n "$MOZ_SYDNEYAUDIO"; then
5446
#if test -n "$MOZ_SYDNEYAUDIO"; then
5447
   case "$target_os" in
5447
#   case "$target_os" in
5448
linux*)
5448
#linux*)
5449
      AC_CHECK_LIB(asound, snd_pcm_open,,AC_MSG_ERROR([Ogg support on Linux requires the alsa library]))
5449
#      AC_CHECK_LIB(asound, snd_pcm_open,,AC_MSG_ERROR([Ogg support on Linux requires the alsa library]))
5450
      ;;
5450
#      ;;
5451
   esac
5451
#   esac
5452
fi
5452
#fi
5453
fi
5453
#fi
5454
5454
5455
dnl ========================================================
5455
dnl ========================================================
5456
dnl Permissions System
5456
dnl Permissions System
(-)mozilla-1.9.1.bak/media/libsydneyaudio/src/Makefile.in (-1 / +1 lines)
Lines 47-53 Link Here
47
47
48
ifeq ($(OS_ARCH),Linux)
48
ifeq ($(OS_ARCH),Linux)
49
CSRCS		= \
49
CSRCS		= \
50
		sydney_audio_alsa.c \
50
		sydney_audio_oss.c \
51
		$(NULL)
51
		$(NULL)
52
endif
52
endif
53
53

Return to bug 276354