diff options
Diffstat (limited to 'drivers/SCsub')
-rw-r--r-- | drivers/SCsub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/SCsub b/drivers/SCsub index 7b96052f0b..bc46bf2cec 100644 --- a/drivers/SCsub +++ b/drivers/SCsub @@ -40,8 +40,8 @@ if (env["opus"]=="yes"): if (env["tools"]=="yes"): SConscript("convex_decomp/SCsub"); -if env["theora"]=="yes": - SConscript("theoraplayer/SCsub") +#if env["theora"]=="yes": +# SConscript("theoraplayer/SCsub") if (env["theora"]=="yes"): SConscript("theora/SCsub"); if (env['speex']=='yes'): |