1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

theora on server build

This commit is contained in:
Ariel Manzur
2016-02-25 09:44:03 -03:00
committed by Rémi Verschelde
parent 45a0bbe56e
commit e4d367e7a1

View File

@@ -28,7 +28,6 @@ def get_flags():
return [ return [
('builtin_zlib', 'no'), ('builtin_zlib', 'no'),
('theora','no'), #use builtin openssl
] ]