Changeset 2101

Show
Ignore:
Timestamp:
06/14/09 09:52:34 (15 months ago)
Author:
drobilla
Message:

Fix various build issues from ticket #382.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/flowcanvas/src/Canvas.cpp

    r2000 r2101  
    3030 
    3131#ifdef HAVE_AGRAPH 
    32 #include <graphviz/gvc.h> 
     32#include <gvc.h> 
    3333#endif 
    3434 
  • trunk/patchage/src/Patchage.cpp

    r2000 r2101  
    345345                if (_jack_driver && !_jack_driver->is_attached()) 
    346346                        _jack_driver->destroy_all(); 
     347#ifdef HAVE_ALSA 
    347348                if (_alsa_driver && !_alsa_driver->is_attached()) 
    348349                        _alsa_driver->destroy_all(); 
     350#endif 
    349351        } 
    350352