correctly detect that farstream is not available. Fixes #7420
This commit is contained in:
parent
7006ac59d8
commit
2dffcd4ed6
|
@ -182,7 +182,7 @@ try:
|
|||
session = conference.new_session(farstream.MEDIA_TYPE_AUDIO)
|
||||
del session
|
||||
del conference
|
||||
except glib.GError:
|
||||
except:
|
||||
HAVE_FARSTREAM = False
|
||||
|
||||
except ImportError:
|
||||
|
|
Loading…
Reference in New Issue