This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
You've already forked godot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a3fd381a4f
godot
/
drivers
/
ogg
/
SCsub
10 lines
104 B
Plaintext
Raw
Normal View
History
Unescape
Escape
GODOT IS OPEN SOURCE
2014-02-10 01:10:30 +00:00
Import('env')
ogg_sources = [
"ogg/bitwise.c",
"ogg/framing.c",
]
0theora compilation fixes
2015-11-25 03:28:03 +00:00
env.drivers_sources+=ogg_sources