summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/context_wayland.c
diff options
context:
space:
mode:
authorChristopher Degawa <ccom@randomderp.com>2020-09-10 17:56:26 +0000
committerJan Ekström <jeebjp@gmail.com>2020-10-15 01:28:30 +0300
commitcfead22b803e67bbd9d8ac09d61a56148938d46b (patch)
tree8c9b6dffe35c45a2d963b28a9e3313eef254f002 /video/out/opengl/context_wayland.c
parent2cfeee68d4b8dc323cc4c173ff0b1fba18619adb (diff)
downloadmpv-cfead22b803e67bbd9d8ac09d61a56148938d46b.tar.bz2
mpv-cfead22b803e67bbd9d8ac09d61a56148938d46b.tar.xz
wscript_build.py: use -Wl,--subsystem,console instead
Fixes an issue with clang not using the -mconsole option if mwindows is present resulting in mpv.com being a gui program instead of a console program. Does not interfere with gcc compilation. result without this patch ``` file .\mpv.com .\mpv.exe .\mpv.com: PE32+ executable (GUI) x86-64 (stripped to external PDB) .\mpv.exe: PE32+ executable (GUI) x86-64 (stripped to external PDB) ``` both executables open the mpv gui with out console output. result with this patch ``` file .\mpv.com .\mpv.exe .\mpv.com: PE32+ executable (console) x86-64 (stripped to external PDB) .\mpv.exe: PE32+ executable (GUI) x86-64 (stripped to external PDB) ``` mpv.com properly outputs text to console instead of instantly opening a gui `, for MS Windows` removed from the end of file outputs to reduce col count https://github.com/m-ab-s/media-autobuild_suite/issues/1794 Signed-off-by: Christopher Degawa <ccom@randomderp.com>
Diffstat (limited to 'video/out/opengl/context_wayland.c')
0 files changed, 0 insertions, 0 deletions