qsdf
This commit is contained in:
parent
56c4f9c9a9
commit
5100ccf0a0
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,8 @@
|
||||
__pycache__
|
||||
.bck
|
||||
out
|
||||
target
|
||||
build
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
@ -141,5 +141,6 @@ def configure(target, my_module):
|
||||
my_module.add_depend('z')
|
||||
my_module.add_depend('pthread')
|
||||
my_module.add_depend('ffmpeg-headers')
|
||||
my_module.add_depend('rt')
|
||||
|
||||
return True
|
Loading…
Reference in New Issue
Block a user