Skip to content

opengl: move "draw" filter to its own plugin

Romain Vimont requested to merge rom1v/vlc:opengl_draw_plugin into master

This avoids to expose the exact same module in different plugins.

Moreover, the "draw" filter is necessary to the OpenGL filter engine, but is not directly related to any vout, so it was odd to include it in vout plugins.

(+ 3 commits for other tiny changes)

Merge request reports