diff options
Diffstat (limited to 'drivers/ogg')
-rw-r--r-- | drivers/ogg/SCsub | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/ogg/SCsub b/drivers/ogg/SCsub index dd59890064..3ee1bb6408 100644 --- a/drivers/ogg/SCsub +++ b/drivers/ogg/SCsub @@ -6,6 +6,4 @@ ogg_sources = [ "ogg/framing.c", ] -if env['theora'] != "yes" or env['use_theoraplayer_binary'] != "yes": - env.drivers_sources+=ogg_sources - +env.drivers_sources+=ogg_sources |