Logo
Explore Help
Sign In
seedlingattempt/godot
1
0
Fork 0
You've already forked godot
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
28fa82c2defacca8ccad5c26022d2eeaee925f4f
godot/modules/theora/config.py

15 lines
223 B
Python
Raw Normal View History

theora: Move to a module and split thirdparty lib Same rationale as the previous commits.
2016-10-13 19:40:40 +02:00
def can_build(platform):
Fix video playback This adds support to - VideoPlayer - VideoStreamWebm - VideoStreamTheora
2017-09-14 15:45:02 -05:00
return True
theora: Move to a module and split thirdparty lib Same rationale as the previous commits.
2016-10-13 19:40:40 +02:00
def configure(env):
style: Start applying PEP8 to Python files, indentation issues Done with `autopep8 --select=E1`, fixes: - E101 - Reindent all lines. - E112 - Fix under-indented comments. - E113 - Fix over-indented comments. - E115 - Fix under-indented comments. - E116 - Fix over-indented comments. - E121 - Fix a badly indented line. - E122 - Fix a badly indented line. - E123 - Fix a badly indented line. - E124 - Fix a badly indented line. - E125 - Fix indentation undistinguish from the next logical line. - E126 - Fix a badly indented line. - E127 - Fix a badly indented line. - E128 - Fix a badly indented line. - E129 - Fix a badly indented line.
2016-10-30 18:44:57 +01:00
pass
doc: Make all module docs self-contained
2017-11-15 19:23:20 +01:00
def get_doc_classes():
return [
"ResourceImporterTheora",
"VideoStreamTheora",
]
def get_doc_path():
return "doc_classes"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.1 Page: 160ms Template: 8ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API