Some improvements to the built-in plugins (= mjpeg plugin). Note I did minimal changes required, the plugin registration can be further improved, likely by c3d's patches. Frediano: Nobody commented, I suppose it's your call whether to merge the removal of the static registration (2/2) :) Changes since v1: - put the #include <config.h> first in mjpeg-fallback.cpp Lukáš Hrázký (2): mjpeg plugin: split off the declaration into a header explicit instead of static registration for built-in plugins src/Makefile.am | 2 -- src/concrete-agent.cpp | 3 --- src/mjpeg-fallback.cpp | 32 +++++++------------------------- src/mjpeg-fallback.hpp | 35 +++++++++++++++++++++++++++++++++++ src/spice-streaming-agent.cpp | 4 ++++ src/static-plugin.cpp | 23 ----------------------- src/static-plugin.hpp | 35 ----------------------------------- 7 files changed, 46 insertions(+), 88 deletions(-) create mode 100644 src/mjpeg-fallback.hpp delete mode 100644 src/static-plugin.cpp delete mode 100644 src/static-plugin.hpp -- 2.16.1 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel