Ignore:
Timestamp:
11/07/09 20:03:01 (15 years ago)
Author:
r2d
Message:

changes for audacious (don't know if it works, old changes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bmp-musepack/trunk/configure.ac

    r34 r455  
    1212AC_PROG_INSTALL
    1313
     14CXXFLAGS="-O3 -fomit-frame-pointer"
     15
    1416AC_HEADER_STDC
    1517AC_CHECK_HEADERS([fcntl.h stdlib.h string.h unistd.h wchar.h])
     
    2022AC_TYPE_SIZE_T
    2123
    22 PKG_CHECK_MODULES(BEEP, [bmp >= 0.9.7],
     24PKG_CHECK_MODULES(AUDACIOUS, [audclient >= 1.0.0],
    2325        [],
    24         [AC_MSG_ERROR([BMP >= 0.9.7 development package not installed])]
     26        [AC_MSG_ERROR([AUDACIOUS >= 1.0.0 development package not installed])]
    2527)
    2628
    27 BEEP_PLUGIN_DIR=`pkg-config --variable input_plugin_dir bmp`
    28 AC_SUBST(BEEP_PLUGIN_DIR)
     29AUD_PLUGIN_DIR=`pkg-config --variable input_plugin_dir audacious`
     30AC_SUBST(AUD_PLUGIN_DIR)
    2931
    3032PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= 2.4.0],
     
    3840)
    3941
    40 CXXFLAGS="$CXXFLAGS -O3 -fomit-frame-pointer"
    41 AC_CHECK_HEADERS(mpcdec/config_types.h,,AC_MSG_ERROR([*** Libmpcdec not installed - please install first ***]))
     42AC_CHECK_HEADERS(mpc/mpc_types.h,,AC_MSG_ERROR([*** Libmpcdec not installed - please install first ***]))
    4243
    4344AC_DEFUN([AC_HAVE_TAGLIB],
Note: See TracChangeset for help on using the changeset viewer.