Don't try to load gstreamer on non-x86

This commit is contained in:
Manish Goregaokar 2018-09-07 14:42:19 +05:30
parent d3ece2bc49
commit a380c5fd6e
2 changed files with 9 additions and 8 deletions

View file

@ -326,11 +326,13 @@ def windows_msvc(context, force=False):
return 0
LINUX_SPECIFIC_BOOTSTRAPPERS = {
"salt": salt,
"gstreamer": gstreamer,
}
def bootstrap(context, force=False, specific=None):
'''Dispatches to the right bootstrapping function for the OS.'''