From adbc85cabda0a01d6b65a888bc65c410183cf7e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 24 Nov 2015 19:27:47 +0100 Subject: Fix build of ogg and vorbis drivers Regression from ccd40f76e8975b679619eb3591eb56376e82a6b3 --- drivers/ogg/SCsub | 2 +- drivers/vorbis/SCsub | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/ogg/SCsub b/drivers/ogg/SCsub index c85d4404f3..11205f5135 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 4a16e80dfc..7b9ca6cc9b 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 -- cgit v1.2.3