Add an option to the cmake build system to disable the plugin. This is needed on arm, as the plugin uses x86-intrinsics.
Closes jp9000/obs-studio#867
The code specific to Linux helps convert `const char *` instances to `std::string`s.