Fix Python 3.8 compat on Windows
commit 83ec24fc:
cerbero: Fix deprecated syntax warnings with Python 3.8
You must compare string literals with `==` not `is`.
commit 63a902ae:
meson.recipe: Fix compatibility with Python 3.8
Taken from https://github.com/mesonbuild/meson/pull/5872
Fixes https://gitlab.freedesktop.org/gstreamer/cerbero/issues/220
Fixes #220 (closed)
Edited by Nirbheek Chauhan