This commit is contained in:
2021-11-17 14:57:56 -06:00
commit f17b64232d
177 changed files with 6639 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
#include <native_opencv_linux/native_opencv_linux_plugin.h>
void fl_register_plugins(FlPluginRegistry* registry) {
g_autoptr(FlPluginRegistrar) native_opencv_linux_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "NativeOpencvLinuxPlugin");
native_opencv_linux_plugin_register_with_registrar(native_opencv_linux_registrar);
}