diff --git a/drivers/ogg/SCsub b/drivers/ogg/SCsub index c85d4404f35..11205f51356 100644 --- a/drivers/ogg/SCsub +++ b/drivers/ogg/SCsub @@ -6,5 +6,5 @@ ogg_sources = [ "ogg/framing.c", ] -if env['theora'] != "yes" or env['use_theoraplayer_binary'] != "yes": +#if env['theora'] != "yes" or env['use_theoraplayer_binary'] != "yes": env.drivers_sources+=ogg_sources diff --git a/drivers/vorbis/SCsub b/drivers/vorbis/SCsub index 4a16e80dfc6..7b9ca6cc9b3 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