diff options
| author | Juan Linietsky <reduzio@gmail.com> | 2015-09-26 14:50:42 -0300 |
|---|---|---|
| committer | Juan Linietsky <reduzio@gmail.com> | 2015-09-26 14:50:42 -0300 |
| commit | c858515785e2406bfc07da587ffc3bb353b7504c (patch) | |
| tree | fcde74c2f42288dc95c1c7d3680f78f6398929c2 /drivers/SCsub | |
| parent | ce6fefced8b0ac6d3be886db5ee1234dba7ec544 (diff) | |
Fixed theora playback. Removed theoraplayer.
Still need to get proper audio output latency in some platforms.
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 3028139f50..626893096d 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'): |