Skip to content

Commit

Permalink
MythDisplayMutter: Don't depend on MythDRMDevice
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Oct 1, 2020
1 parent 04c6d2d commit cdefc7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mythtv/libs/libmythui/platforms/mythdisplaymutter.cpp
Expand Up @@ -4,7 +4,9 @@
#include "platforms/mythdisplaymutter.h"

#ifdef USING_DRM
#include "platforms/mythdrmdevice.h"
extern "C" {
#include <xf86drmMode.h>
}
#else
#ifndef DRM_MODE_FLAG_INTERLACE
#define DRM_MODE_FLAG_INTERLACE (1<<4)
Expand Down

0 comments on commit cdefc7a

Please sign in to comment.