Changeset 2498:5db7117b186d in roaraudio


Ignore:
Timestamp:
08/24/09 02:40:37 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

also disable ssynth in case the midi subsystem is disabled because it is a dep.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/ssynth.h

    r2489 r2498  
    2727 
    2828#include <roaraudio.h> 
     29 
     30// we relay on the MIDI subsystem 
     31#if defined(ROAR_WITHOUT_DCOMP_MIDI) && !defined(ROAR_WITHOUT_DCOMP_SSYNTH) 
     32#define ROAR_WITHOUT_DCOMP_SSYNTH 
     33#endif 
    2934 
    3035#ifndef ROAR_WITHOUT_DCOMP_SSYNTH 
Note: See TracChangeset for help on using the changeset viewer.