python/build/libs.py: remove duplicate FFmpeg option and fix typo

Closes #232
This commit is contained in:
Max Kellermann 2018-02-24 10:52:05 +01:00
parent a4de96508d
commit 139a4054c5
1 changed files with 1 additions and 2 deletions

View File

@ -124,7 +124,6 @@ ffmpeg = FfmpegProject(
'--disable-protocols',
'--disable-devices',
'--disable-filters',
'--disable-filters',
'--disable-v4l2_m2m',
'--disable-parser=bmp',
@ -306,7 +305,7 @@ ffmpeg = FfmpegProject(
'--disable-decoder=svq1',
'--disable-decoder=svq3',
'--disable-decoder=tiff',
'--disable-decoder=mottiertexseqvideo',
'--disable-decoder=tiertexseqvideo',
'--disable-decoder=truemotion1',
'--disable-decoder=truemotion2',
'--disable-decoder=truemotion2rt',