/[svn]/linuxsampler/trunk/src/lib/fileloader/libgig/Makefile.am
ViewVC logotype

Annotation of /linuxsampler/trunk/src/lib/fileloader/libgig/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 80 - (hide annotations) (download)
Sun May 23 19:16:33 2004 UTC (19 years, 11 months ago) by schoenebeck
File size: 323 byte(s)
* biquad filter parameters are now calculated outside the interpolate
  loop for better performance
* couple of loop unroll optimizations
* filter is now enabled by default
* cubic interpolation is now enabled by default
* reduced debug level to 1 to lower verbosity
* raised default limit for voices to 128
* raised default limit for streams to 150
* added some compiler optimization flags (-ffast-math -march -mcpu)

1 schoenebeck 53 # set the include path found by configure
2     INCLUDES = $(all_includes)
3    
4 schoenebeck 57 METASOURCES = AUTO
5    
6 schoenebeck 53 # to prevent compile errors on some systems
7 schoenebeck 80 AM_CXXFLAGS = -pedantic -march=$(target_cpu) -mcpu=$(target_cpu)
8 schoenebeck 53
9 schoenebeck 57 pkglib_LTLIBRARIES = libgig.la
10     libgig_la_SOURCES = RIFF.cpp RIFF.h DLS.cpp DLS.h gig.cpp gig.h
11 schoenebeck 53 libgig_la_LDFLAGS = -module

  ViewVC Help
Powered by ViewVC