diff plugin/DSSIPluginFactory.cpp @ 35:0164c8d3023b

* Rejig project file a bit to do pkg-config detection &c and change some HAVE_* symbol names accordingly * Add selection move/resize/delete * First stubs for add layer / pane commands
author Chris Cannam
date Wed, 01 Mar 2006 18:13:01 +0000
parents 2fb933f88604
children 39ae3dee27b9
line wrap: on
line diff
--- a/plugin/DSSIPluginFactory.cpp	Mon Feb 27 17:34:41 2006 +0000
+++ b/plugin/DSSIPluginFactory.cpp	Wed Mar 01 18:13:01 2006 +0000
@@ -26,9 +26,9 @@
 
 #include "base/System.h"
 
-#ifdef HAVE_LIBLRDF
+#ifdef HAVE_LRDF
 #include "lrdf.h"
-#endif // HAVE_LIBLRDF
+#endif // HAVE_LRDF
 
 
 DSSIPluginFactory::DSSIPluginFactory() :
@@ -217,7 +217,7 @@
 }
 
 
-#ifdef HAVE_LIBLRDF
+#ifdef HAVE_LRDF
 std::vector<QString>
 DSSIPluginFactory::getLRDFPath(QString &baseUri)
 {
@@ -280,7 +280,7 @@
 	    continue;
 	}
 
-#ifdef HAVE_LIBLRDF
+#ifdef HAVE_LRDF
 	char *def_uri = 0;
 	lrdf_defaults *defs = 0;
 		
@@ -330,7 +330,7 @@
 		++controlPortNumber;
 	    }
 	}
-#endif // HAVE_LIBLRDF
+#endif // HAVE_LRDF
 
 	QString identifier = PluginIdentifier::createIdentifier
 	    ("dssi", soname, ladspaDescriptor->Label);