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 |