Skip to content

kms: fix build

Thomas Guillem requested to merge tguillem/vlc:kms-build-fix into master

Fix the following build error:

../../modules/video_output/kms.c: In function ‘WindowEnable’:
../../modules/video_output/kms.c:335:9: error: a label can only be part of a statement and a declaration is not a statement
  335 |         struct drm_mode_destroy_dumb destroy_request = {

With gcc version 10.2.1 20210110 (Debian 10.2.1-6) and -fsanitize=thread

Merge request reports