Fix build of ogg and vorbis drivers
@@ -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
@@ -34,5 +34,5 @@ sources_lib = [
env.drivers_sources += sources
env.drivers_sources += sources_lib