[vlc-commits] vaapi: decoder device: fix include
Steve Lhomme
git at videolan.org
Tue Jul 9 14:10:00 CEST 2019
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue Jul 9 13:26:52 2019 +0200| [025b0b2bbfd7fb174bfbe8857330f443c8a0ae4c] | committer: Steve Lhomme
vaapi: decoder device: fix include
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=025b0b2bbfd7fb174bfbe8857330f443c8a0ae4c
---
modules/hw/vaapi/decoder_device.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/hw/vaapi/decoder_device.c b/modules/hw/vaapi/decoder_device.c
index 5efe9e635b..99fd832849 100644
--- a/modules/hw/vaapi/decoder_device.c
+++ b/modules/hw/vaapi/decoder_device.c
@@ -28,7 +28,7 @@
#include <vlc_codec.h>
#include <vlc_fs.h>
-#include "hw/vaapi/vlc_vaapi.h"
+#include "vlc_vaapi.h"
#include <va/va_drmcommon.h>
#ifdef HAVE_VA_WL
More information about the vlc-commits
mailing list