- to make it similar to Cehteh's tests, moved my testcode to tests/components - made scons build the errortest and plugin-example as well - scons check will run the suite please note, my implementation work is quite incomplete (warnings, app shuttdown not yet implemented); I hadn't success running the plugintest.
6 lines
221 B
C
6 lines
221 B
C
#include "lib/plugin.h"
|
|
|
|
CINELERRA_INTERFACE(hello, 1,
|
|
CINELERRA_INTERFACE_PROTO(void, hello, (void))
|
|
CINELERRA_INTERFACE_PROTO(void, goodbye, (const char*))
|
|
);
|