[vlc-commits] [Git][videolan/vlc][master] meson: rename the glinterop_dxva2 module to match autotools

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Thu May 28 10:05:22 UTC 2026



Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
f78b4a03 by Steve Lhomme at 2026-05-28T11:39:46+02:00
meson: rename the glinterop_dxva2 module to match autotools

It was already renamed that way in 1f8fe56b5d1fe965f692ea2feec150ed7a13d965
but was rechanged in 1b94a8d69e89872b782914d617f200cb61ffcc07.

- - - - -


1 changed file:

- modules/video_output/opengl/meson.build


Changes:

=====================================
modules/video_output/opengl/meson.build
=====================================
@@ -112,7 +112,7 @@ vlc_modules += {
 opengl32_lib = cc.find_library('opengl32', required: false)
 dxva2_dep = cc.find_library('dxva2', required: false)
 vlc_modules += {
-    'name' : 'interop_dxva2',
+    'name' : 'glinterop_dxva2',
     'sources' : files('interop_dxva2.c'),
     'c_args' : [ contrib_inc_args ],
     'dependencies' : [ opengl32_lib, dxva2_dep ],



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

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f78b4a030896a6251ea1ec63515541b2d40835c1
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