diff options
Diffstat (limited to 'drivers/vorbis/SCsub')
-rw-r--r-- | drivers/vorbis/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/vorbis/SCsub b/drivers/vorbis/SCsub index 4a16e80dfc..7b9ca6cc9b 100644 --- a/drivers/vorbis/SCsub +++ b/drivers/vorbis/SCsub @@ -34,5 +34,5 @@ sources_lib = [ env.drivers_sources += sources -if env['theora'] != "yes" or env['use_theoraplayer_binary'] != "yes": +#if env['theora'] != "yes" or env['use_theoraplayer_binary'] != "yes": env.drivers_sources += sources_lib |