Add script to verify ffmpeg without proprietary codecs
This commit is contained in:
parent
740de02d6c
commit
6b8f840da0
3 changed files with 112 additions and 0 deletions
|
@ -91,6 +91,7 @@ def main():
|
|||
run_script('build.py', ['-c', 'D'])
|
||||
if PLATFORM == 'win32' or target_arch == 'x64':
|
||||
run_script('test.py', ['--ci'])
|
||||
run_script('verify-ffmpeg.py')
|
||||
|
||||
|
||||
def run_script(script, args=[]):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue