summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorwm4 <nfxjfg@googlemail.com>2017-12-21 20:23:14 +0100
committerDiego Biurrun <diego@biurrun.de>2018-04-09 21:58:39 +0200
commitc7ab6aff66cba2f265f656ce8d56aa428d4ada76 (patch)
tree76f98640ac8009927b47a95a8d9825aea046a1d5 /Changelog
parentc31f6b1d61759436ef50c094e7f4c8005e97614a (diff)
w32pthreads: always use Vista+ API, drop XP support
This removes the XP compatibility code, and switches entirely to SRW locks, which are available starting at Windows Vista. This removes CRITICAL_SECTION use, which allows us to add PTHREAD_MUTEX_INITIALIZER, which will be useful later. Windows XP is hereby not a supported build target anymore. Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 53562a1aa0..35b6c066a7 100644
--- a/Changelog
+++ b/Changelog
@@ -22,6 +22,8 @@ version <next>:
- Intel QSV-accelerated overlay filter
- AV1 Support through libaom
- Haivision SRT protocol via libsrt
+- Dropped support for building for Windows XP. The minimum supported Windows
+ version is Windows Vista.
version 12: