/[svn]/linuxsampler/trunk/src/hostplugins/lv2/lv2_state.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/hostplugins/lv2/lv2_state.h

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

revision 2342 by capela, Fri Mar 30 23:54:44 2012 UTC revision 2343 by persson, Sun Apr 29 16:14:45 2012 UTC
# Line 26  Line 26 
26  #include <stddef.h>  #include <stddef.h>
27  #include <stdint.h>  #include <stdint.h>
28    
29  #include "lv2/lv2plug.in/ns/lv2core/lv2.h"  // LinuxSampler modification: use lv2.h instead of
30    // lv2/lv2plug.in/ns/lv2core/lv2.h, to support older lv2core packages
31    #include <lv2.h>
32    
33  #define LV2_STATE_URI    "http://lv2plug.in/ns/ext/state"  #define LV2_STATE_URI    "http://lv2plug.in/ns/ext/state"
34  #define LV2_STATE_PREFIX LV2_STATE_URI "#"  #define LV2_STATE_PREFIX LV2_STATE_URI "#"

Legend:
Removed from v.2342  
changed lines
  Added in v.2343

  ViewVC Help
Powered by ViewVC