This commit is contained in:
Edouard DUPIN 2021-12-15 21:54:32 +01:00
parent 56c4f9c9a9
commit 5100ccf0a0
2 changed files with 6 additions and 0 deletions

5
.gitignore vendored
View File

@ -1,3 +1,8 @@
__pycache__
.bck
out
target
build
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

View File

@ -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