/[svn]/linuxsampler/trunk/configure.ac
ViewVC logotype

Diff of /linuxsampler/trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2119 by persson, Fri Aug 27 16:27:16 2010 UTC revision 2167 by persson, Mon Feb 21 17:34:36 2011 UTC
# Line 5  AC_INIT(configure.in) Line 5  AC_INIT(configure.in)
5    
6  LINUXSAMPLER_RELEASE_MAJOR=1  LINUXSAMPLER_RELEASE_MAJOR=1
7  LINUXSAMPLER_RELEASE_MINOR=0  LINUXSAMPLER_RELEASE_MINOR=0
8  LINUXSAMPLER_RELEASE_BUILD=0.cvs3  LINUXSAMPLER_RELEASE_BUILD=0.cvs10
9    
10  #------------------------------------------------------------------------------------  #------------------------------------------------------------------------------------
11  # The following is the libtool / shared library version. This doesn't have to  # The following is the libtool / shared library version. This doesn't have to
# Line 601  AC_SUBST(SNDFILE_LIBS) Line 601  AC_SUBST(SNDFILE_LIBS)
601  linuxsampler_save_CFLAGS=$CFLAGS  linuxsampler_save_CFLAGS=$CFLAGS
602  CFLAGS="$SNDFILE_CFLAGS $CFLAGS"  CFLAGS="$SNDFILE_CFLAGS $CFLAGS"
603  AC_CHECK_DECLS([SF_FORMAT_VORBIS], [], [] ,[[#include <sndfile.h>]])  AC_CHECK_DECLS([SF_FORMAT_VORBIS], [], [] ,[[#include <sndfile.h>]])
604    
605    # Check for loop functionality in libsndfile
606    AC_CHECK_MEMBERS([SF_INSTRUMENT.loops],,
607                     [AC_MSG_WARN([Your version of libsndfile does not support
608        reading of loop information. LinuxSampler will not be able to
609        extract loop information from sample files.])],
610                     [#include <sndfile.h>])
611  CFLAGS=$linuxsampler_save_CFLAGS  CFLAGS=$linuxsampler_save_CFLAGS
612    
613  # Instruments DB feature (requires SQLite 3.3)  # Instruments DB feature (requires SQLite 3.3)
# Line 1385  echo "#--------------------------------- Line 1392  echo "#---------------------------------
1392  echo "# Sampler Engines:"  echo "# Sampler Engines:"
1393  echo "# GIG: yes, SF2: ${config_have_sf2}, SFZ: yes"  echo "# GIG: yes, SF2: ${config_have_sf2}, SFZ: yes"
1394  echo "#-------------------------------------------------------------------"  echo "#-------------------------------------------------------------------"
1395    echo "# Effect plugin systems for internal effects:"
1396    echo "# LADSPA: yes"
1397    echo "#-------------------------------------------------------------------"
1398  echo "# Building sampler as plugin for following host standards:"  echo "# Building sampler as plugin for following host standards:"
1399  echo "# DSSI: ${config_have_dssi}, LV2: ${config_have_lv2}, VST: ${config_have_vst}, AU: ${config_have_au}"  echo "# DSSI: ${config_have_dssi}, LV2: ${config_have_lv2}, VST: ${config_have_vst}, AU: ${config_have_au}"
1400  echo "#-------------------------------------------------------------------#"  echo "#-------------------------------------------------------------------#"

Legend:
Removed from v.2119  
changed lines
  Added in v.2167

  ViewVC Help
Powered by ViewVC