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 3028139f5..626893096 100644 --- a/drivers/SCsub +++ b/drivers/SCsub @@ -38,8 +38,8 @@ if (env["vorbis"]=="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'): |
