Files
pkgsrc-ng/audio/opus-tools/patches/patch-configure.ac
2014-11-05 12:41:07 +01:00

35 lines
998 B
Plaintext

$NetBSD: patch-configure.ac,v 1.2 2014/01/02 14:52:10 ryoon Exp $
* Disable opusdec's direct audio output
--- configure.ac.orig 2013-12-06 02:31:11.000000000 +0000
+++ configure.ac
@@ -145,18 +145,18 @@ AS_IF([test "$HAVE_PKG_CONFIG" = "yes"],
])
dnl check for OSS
-HAVE_OSS=no
-AC_CHECK_HEADERS([sys/soundcard.h soundcard.h machine/soundcard.h],[
- HAVE_OSS=yes
- break
-])
+dnl HAVE_OSS=no
+dnl AC_CHECK_HEADERS([sys/soundcard.h soundcard.h machine/soundcard.h],[
+dnl HAVE_OSS=yes
+dnl break
+dnl ])
dnl check for sndio
-AC_CHECK_LIB([sndio], [sio_open])
+dnl AC_CHECK_LIB([sndio], [sio_open])
-if test "$HAVE_OSS" != "yes" && test "$ac_cv_lib_sndio_sio_open" != "yes"; then
- AC_MSG_WARN([Audio support not found -- no direct audio output in opusdec])
-fi
+dnl if test "$HAVE_OSS" != "yes" && test "$ac_cv_lib_sndio_sio_open" != "yes"; then
+dnl AC_MSG_WARN([Audio support not found -- no direct audio output in opusdec])
+dnl fi
dnl check for flac
AC_ARG_WITH([flac],