Merge pull request #2904 from akien-mga/master
Fix build of ogg and vorbis drivers
This commit is contained in:
commit
045844fc47
|
@ -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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue