vlc | branch: master | Steve Lhomme <[email protected]> | 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
