Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 362445
Collapse All | Expand All

(-)mozilla-2.0.orig/configure.in (-9 / +10 lines)
Lines 6271-6285 Link Here
6271
dnl ========================================================
6271
dnl ========================================================
6272
6272
6273
dnl If using sydneyaudio with Linux, ensure that the alsa library is available
6273
dnl If using sydneyaudio with Linux, ensure that the alsa library is available
6274
if test -n "$MOZ_SYDNEYAUDIO"; then
6274
#if test -n "$MOZ_SYDNEYAUDIO"; then
6275
   case "$target_os" in
6275
#   case "$target_os" in
6276
linux*)
6276
#linux*)
6277
      PKG_CHECK_MODULES(MOZ_ALSA, alsa, ,
6277
#      PKG_CHECK_MODULES(MOZ_ALSA, alsa, ,
6278
         [echo "$MOZ_ALSA_PKG_ERRORS"
6278
#         [echo "$MOZ_ALSA_PKG_ERRORS"
6279
          AC_MSG_ERROR([Need alsa for Ogg, Wave or WebM decoding on Linux.  Disable with --disable-ogg --disable-wave --disable-webm.  (On Ubuntu, you might try installing the package libasound2-dev.)])])
6279
#          AC_MSG_ERROR([Need alsa for Ogg, Wave or WebM decoding on Linux.  Disable with --disable-ogg --disable-wave --disable-webm.  (On Ubuntu, you might try installing the package lib
6280
      ;;
6280
#asound2-dev.)])])
6281
   esac
6281
#      ;;
6282
fi
6282
#   esac
6283
#fi
6283
6284
6284
dnl ========================================================
6285
dnl ========================================================
6285
dnl Splashscreen
6286
dnl Splashscreen
(-)mozilla-2.0.orig/media/libsydneyaudio/src/Makefile.in (-1 / +1 lines)
Lines 57-63 Link Here
57
		$(NULL)
57
		$(NULL)
58
else ifeq ($(OS_ARCH),Linux)
58
else ifeq ($(OS_ARCH),Linux)
59
CSRCS		= \
59
CSRCS		= \
60
		sydney_audio_alsa.c \
60
		sydney_audio_oss.c \
61
		$(NULL)
61
		$(NULL)
62
endif
62
endif
63
63

Return to bug 362445