Skip to content

configure: remove usage of subprocess.capture_output

Olaf Hering requested to merge olafhering/vlc:subprocess.capture_output into master

... to restore compatiblity with Python 3.6.

This was initroduced in commit 177d0499, which broke compilation on openSUSE Leap 15, which uses Python 3.6 als default Python interpreter.

Signed-off-by: Olaf Hering olaf@aepfle.de

Merge request reports