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

Diff of /linuxsampler/trunk/src/hostplugins/lv2/PluginLv2.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 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2008 Andreas Persson                                    *   *   Copyright (C) 2008 - 2012 Andreas Persson                             *
4   *                                                                         *   *                                                                         *
5   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
6   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# Line 21  Line 21 
21  #ifndef LS_PLUGINLV2_H  #ifndef LS_PLUGINLV2_H
22  #define LS_PLUGINLV2_H  #define LS_PLUGINLV2_H
23    
24    #ifdef HAVE_LV2_PACKAGE
25    #include <lv2/lv2plug.in/ns/lv2core/lv2.h>
26    #include <lv2/lv2plug.in/ns/ext/event/event.h>
27    #include <lv2/lv2plug.in/ns/ext/state/state.h>
28    #include <lv2/lv2plug.in/ns/ext/uri-map/uri-map.h>
29    #else
30  #include <lv2.h>  #include <lv2.h>
31  #include "lv2_event.h"  #include "lv2_event.h"
32  #include "lv2_state.h"  #include "lv2_state.h"
33  #include "lv2_uri_map.h"  #include "lv2_uri_map.h"
34    #endif
35  #include "../../drivers/Plugin.h"  #include "../../drivers/Plugin.h"
36    
37  namespace {  namespace {

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

  ViewVC Help
Powered by ViewVC