0c2c7c933c
Mp3blaster is an audio player with a user-friendly interface that will run on any text console. The interface is built using ncurses, and features all common audio player controls. The playlist editor is very flexible and allows nested groups (albums). Supported audio media: mp3, ogg vorbis, wav, sid and streaming mp3 over HTTP.
13 lines
343 B
Plaintext
13 lines
343 B
Plaintext
$OpenBSD: patch-configure_in,v 1.1.1.1 2002/05/23 15:36:06 naddy Exp $
|
|
--- configure.in.orig Thu May 23 14:15:01 2002
|
|
+++ configure.in Thu May 23 14:15:16 2002
|
|
@@ -11,6 +11,8 @@ AC_PROG_LN_S
|
|
AC_PROG_INSTALL
|
|
AC_PROG_RANLIB
|
|
|
|
+AC_LANG_CPLUSPLUS
|
|
+
|
|
dnl Checks for typedefs, structures, and compiler characteristics.
|
|
AC_C_CONST
|
|
AC_C_BIGENDIAN
|