Skip to content

wpe: Fix build with -Werror enabled

Philippe Normand requested to merge philn/gst-plugins-bad:wpe-build-fix into master

Including gl.h from WPEThreadedView.h leads to GST_LEVEL_DEFAULT detected as redefined. The proposed fix is to include config.h from the CPP implementation file and disable gl.h inclusion in the header, by using forward declarations.

Merge request reports