mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
Revert "dshowsrcwrapper: remove unused extern C"
This reverts commit d3c88d637d
.
Reverting this since the entry point isn't found because of
C++ build.
This commit is contained in:
parent
0518509f0a
commit
01bbe0315f
1 changed files with 4 additions and 0 deletions
|
@ -38,8 +38,12 @@ plugin_init (GstPlugin * plugin)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
extern "C" {
|
||||||
|
|
||||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
"dshowsrcwrapper",
|
"dshowsrcwrapper",
|
||||||
"DirectShow sources wrapper plugin",
|
"DirectShow sources wrapper plugin",
|
||||||
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||||
|
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue