summarylogtreecommitdiffstats
path: root/gst-plugins-intel-msdk-fix-libdrm-include-directory.patch
blob: e99e081def91ef5f709637e17486988a14d5a378 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Naurp a/gst-libs/mfx/egl/gstmfxtexture_egl.c b/gst-libs/mfx/egl/gstmfxtexture_egl.c
--- a/gst-libs/mfx/egl/gstmfxtexture_egl.c	2018-07-23 18:57:29.000000000 +0000
+++ b/gst-libs/mfx/egl/gstmfxtexture_egl.c	2018-07-23 19:07:48.225665840 +0000
@@ -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"