diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/ogg/SCsub | 2 | ||||
-rw-r--r-- | drivers/vorbis/SCsub | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ogg/SCsub b/drivers/ogg/SCsub index 11205f5135..9bfb4a4703 100644 --- a/drivers/ogg/SCsub +++ b/drivers/ogg/SCsub @@ -7,4 +7,4 @@ ogg_sources = [ ] #if env['theora'] != "yes" or env['use_theoraplayer_binary'] != "yes": - env.drivers_sources+=ogg_sources +env.drivers_sources+=ogg_sources diff --git a/drivers/vorbis/SCsub b/drivers/vorbis/SCsub index 7b9ca6cc9b..5c789970f2 100644 --- a/drivers/vorbis/SCsub +++ b/drivers/vorbis/SCsub @@ -35,4 +35,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 |