From 139a4054c55d0a7d8e9d33c307529afb51b005e0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 24 Feb 2018 10:52:05 +0100 Subject: python/build/libs.py: remove duplicate FFmpeg option and fix typo Closes #232 --- python/build/libs.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python') diff --git a/python/build/libs.py b/python/build/libs.py index 64a1ab303..4cbab63ee 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -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', -- cgit v1.2.3