Fix build of ogg and vorbis drivers

Regression from ccd40f76e8
This commit is contained in:
Rémi Verschelde 2015-11-24 19:27:47 +01:00
parent 082e3fbb29
commit adbc85cabd
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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