dshowsrcwrapper: remove unused extern C

This commit is contained in:
Julien Isorce 2009-09-07 10:38:39 +02:00
parent 910376e8dd
commit d3c88d637d

View file

@ -38,12 +38,8 @@ plugin_init (GstPlugin * plugin)
return TRUE;
}
extern "C" {
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"dshowsrcwrapper",
"DirectShow sources wrapper plugin",
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
}