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