Add script to verify ffmpeg without proprietary codecs

This commit is contained in:
Kevin Sawicki 2017-03-29 16:23:30 -07:00
parent 740de02d6c
commit 6b8f840da0
3 changed files with 112 additions and 0 deletions

View file

@ -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=[]):