change: Switch to offical OpenFX Support. Still can't compile.
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include "ofxsImageEffect.h"
|
||||
#include "multibundle1.h"
|
||||
#include "multibundle2.h"
|
||||
|
||||
namespace OFX
|
||||
{
|
||||
namespace Plugin
|
||||
{
|
||||
void getPluginIDs(OFX::PluginFactoryArray &ids)
|
||||
{
|
||||
static DotExamplePluginFactory p1;
|
||||
ids.push_back(&p1);
|
||||
static GammaExamplePluginFactory p2;
|
||||
ids.push_back(&p2);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user