Merge pull request #2904 from akien-mga/master

Fix build of ogg and vorbis drivers
This commit is contained in:
Rémi Verschelde 2015-11-24 20:04:24 +01:00
commit 045844fc47
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