[vlc-commits] [Git][videolan/vlc][master] avcodec: vaapi: remove stray DRM references

Steve Lhomme (@robUx4) gitlab at videolan.org
Sat Aug 22 07:07:37 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
bf0a90c5 by Steve Lhomme at 2026-08-22T06:57:03+00:00
avcodec: vaapi: remove stray DRM references

The define was removed in e1ce6d6378ebbbdaed699aeb370ead54b62d492e.

- - - - -


1 changed file:

- modules/codec/avcodec/vaapi.c


Changes:

=====================================
modules/codec/avcodec/vaapi.c
=====================================
@@ -34,13 +34,6 @@
 #include <vlc_picture.h>
 #include <vlc_picture_pool.h>
 
-#ifdef VLC_VA_BACKEND_DRM
-# include <sys/types.h>
-# include <sys/stat.h>
-# include <fcntl.h>
-# include <vlc_fs.h>
-# include <va/va_drm.h>
-#endif
 #include <libavcodec/avcodec.h>
 #include <libavutil/hwcontext_vaapi.h>
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/bf0a90c58347d14ebb4f8f4c33a5a4c59b7715bc

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/bf0a90c58347d14ebb4f8f4c33a5a4c59b7715bc
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the vlc-commits mailing list