Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC
Commits
55884a93
Commit
55884a93
authored
Jan 15, 2023
by
Johannes Kauffmann
Committed by
Steve Lhomme
Jan 24, 2023
Browse files
meson: screen: add libcom_cppflags
Following
de95c529
.
parent
e3db1867
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/screen/meson.build
View file @
55884a93
...
...
@@ -16,12 +16,14 @@ if get_option('screen').allowed()
)
screen_deps
=
[]
screen_cppargs
=
[]
screen_link_with
=
[]
if
host_system
==
'windows'
screen_files
+=
files
(
'win32.c'
,
'dxgi.cpp'
)
gdi32_dep
=
cc
.
find_library
(
'gdi32'
)
screen_deps
+=
[
gdi32_dep
]
screen_cppargs
+=
libcom_cppflags
screen_link_with
+=
d3d11_common_lib
else
screen_files
+=
files
(
'mac.c'
)
...
...
@@ -33,6 +35,7 @@ if get_option('screen').allowed()
'name'
:
'screen'
,
'sources'
:
screen_files
,
'dependencies'
:
screen_deps
,
'cpp_args'
:
screen_cppargs
,
'link_with'
:
screen_link_with
,
}
endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment