summarylogtreecommitdiffstats
path: root/020-gst-plugins-intel-msdk-fix-libdrm-include-directory.patch
blob: 4299a79061637fc159a512da90909afdbc5e91ab (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/gst-libs/mfx/egl/gstmfxtexture_egl.c
+++ b/gst-libs/mfx/egl/gstmfxtexture_egl.c
@@ -22,7 +22,7 @@
 
 #include "sysdeps.h"
 
-#include <drm/drm_fourcc.h>
+#include <libdrm/drm_fourcc.h>
 #include "gstmfxtexture_egl.h"
 #include "gstmfxutils_egl.h"
 #include "gstmfxsurface_vaapi.h"