This website requires JavaScript.
Explore
Help
Sign In
asgardius
/
virtualx-engine
Watch
1
Star
0
Fork
You've already forked virtualx-engine
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
f28f2b6ce8
virtualx-engine
/
modules
/
webm
/
config.py
9 lines
91 B
Python
Raw
Normal View
History
Unescape
Escape
Add WebM module Use already existing libraries: libvorbis and libopus. Also use newly added libraries: libvpx, libwebm, libsimplewebm.
2016-10-17 17:14:07 +02:00
def
can_build
(
platform
)
:
Oops! Audio engine has vanished :D
2017-01-15 20:06:14 +01:00
# return True
return
False
Add WebM module Use already existing libraries: libvorbis and libopus. Also use newly added libraries: libvpx, libwebm, libsimplewebm.
2016-10-17 17:14:07 +02:00
style: Fix PEP8 blank lines issues in Python files Done with `autopep8 --select=E3,W3`, fixes: - E301 - Add missing blank line. - E302 - Add missing 2 blank lines. - E303 - Remove extra blank lines. - E304 - Remove blank line following function decorator. - E309 - Add missing blank line. - W391 - Remove trailing blank lines.
2016-10-30 19:05:14 +01:00
Add WebM module Use already existing libraries: libvorbis and libopus. Also use newly added libraries: libvpx, libwebm, libsimplewebm.
2016-10-17 17:14:07 +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
Reference in a new issue
Copy permalink