diff options
Diffstat (limited to 'modules/theora')
-rw-r--r-- | modules/theora/config.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/theora/config.py b/modules/theora/config.py index b063ed51f9..7f354a8fda 100644 --- a/modules/theora/config.py +++ b/modules/theora/config.py @@ -1,4 +1,6 @@ def can_build(env, platform): + if env["arch"].startswith("rv"): + return False return env.module_check_dependencies("theora", ["ogg", "vorbis"]) |