Remove HIDPI_SUPPORT compilation flag

We never need to build without HiDPI support.
This commit is contained in:
Romain Vimont
2020-04-24 22:57:54 +02:00
parent a14840a515
commit 04a31ef7b9
3 changed files with 3 additions and 8 deletions

View File

@@ -116,9 +116,6 @@ conf.set('DEFAULT_LOCK_VIDEO_ORIENTATION', '-1') # -1: unlocked
# overridden by option --bit-rate
conf.set('DEFAULT_BIT_RATE', '8000000') # 8Mbps
# enable High DPI support
conf.set('HIDPI_SUPPORT', get_option('hidpi_support'))
# disable console on Windows
conf.set('WINDOWS_NOCONSOLE', get_option('windows_noconsole'))