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

Diff of /linuxsampler/trunk/configure.in

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

revision 715 by schoenebeck, Sat Jul 23 21:55:38 2005 UTC revision 716 by iliev, Sun Jul 24 06:57:30 2005 UTC
# Line 639  AC_ARG_ENABLE(unsigned-triang-algo, Line 639  AC_ARG_ENABLE(unsigned-triang-algo,
639    [config_unsigned_triang_algo="benchmark"]    [config_unsigned_triang_algo="benchmark"]
640  )  )
641    
642    AC_ARG_ENABLE(process-muted-channels,
643      [  --enable-process-muted-channels
644                              Enable processing of muted channels (default=no).
645                              In that mode all MIDI events in the muted channels
646                              will be processed. This will provide information
647                              about the active voices in the muted channels and
648                              will not discard notes, triggered in mute mode,
649                              when the channel is unmuted. But also will reduce
650                              the efficiency.],
651      [config_process_muted_channels="yes"],
652      [config_process_muted_channels="no"]
653    )
654    if test "$config_process_muted_channels" = "yes"; then
655      AC_DEFINE_UNQUOTED(CONFIG_PROCESS_MUTED_CHANNELS, 1, [Define to 1 if you want to enable processing of muted channels.])
656    fi
657    
658    
659  ###########################################################################  ###########################################################################
660  # Automatic Benchmarks (to detect the best algorithms for the system)  # Automatic Benchmarks (to detect the best algorithms for the system)
# Line 788  echo "# Override Filter Cutoff Controlle Line 804  echo "# Override Filter Cutoff Controlle
804  echo "# Override Filter Resonance Controller: ${config_override_resonance_ctrl}"  echo "# Override Filter Resonance Controller: ${config_override_resonance_ctrl}"
805  echo "# Override Filter Type: ${config_override_filter_type}"  echo "# Override Filter Type: ${config_override_filter_type}"
806  echo "# Assert GS SysEx Checksum: ${config_assert_gs_sysex_checksum}"  echo "# Assert GS SysEx Checksum: ${config_assert_gs_sysex_checksum}"
807    echo "# Process Muted Channels: ${config_process_muted_channels}"
808  echo "#-------------------------------------------------------------------#"  echo "#-------------------------------------------------------------------#"
809  echo "# Read './configure --help' or file 'configure.in' for details.     #"  echo "# Read './configure --help' or file 'configure.in' for details.     #"
810  echo "#####################################################################"  echo "#####################################################################"

Legend:
Removed from v.715  
changed lines
  Added in v.716

  ViewVC Help
Powered by ViewVC