r956: README.BUILD - add more library recommendations
[cinelerra_cv/ct.git] / cinelerra / vpluginset.C
blob728f72941096741c93abe26706c4808a28dc62a8
1 #include "vplugin.h"
2 #include "vpluginset.h"
4 VPluginSet::VPluginSet(EDL *edl, Track *track) : PluginSet(edl, track)
9 VPluginSet::~VPluginSet()
14 Plugin* VPluginSet::create_plugin()
16         return new VPlugin(edl, this);