[vlc-commits] [Git][videolan/vlc][master] meson: fix wingdi definition

Steve Lhomme (@robUx4) gitlab at videolan.org
Thu May 4 11:59:42 UTC 2023



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
8891c750 by Steve Lhomme at 2023-05-04T11:44:07+00:00
meson: fix wingdi definition

Broken since 910643fbe6af1424eeb955387b4d6d3149b66394.

- - - - -


1 changed file:

- modules/video_output/win32/meson.build


Changes:

=====================================
modules/video_output/win32/meson.build
=====================================
@@ -44,7 +44,7 @@ if have_win_desktop
     vlc_modules += {
         'name' : 'wingdi',
         'sources' : files('wingdi.c', 'common.c', 'events.c', 'win32touch.c'),
-        'link_with' : [ chroma_copy_lib ]
+        'link_with' : [ chroma_copy_lib ],
         'dependencies' : [
             cc.find_library('user32')
         ]



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

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8891c75001a75770af8070fddade5b68ccf65cfa
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list