diff options
Diffstat (limited to 'drivers/ogg')
-rw-r--r-- | drivers/ogg/SCsub | 2 |
1 files changed, 1 insertions, 1 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 |