diff options
author | Max Kellermann <max@musicpd.org> | 2018-02-24 10:52:05 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-02-24 10:52:09 +0100 |
commit | 139a4054c55d0a7d8e9d33c307529afb51b005e0 (patch) | |
tree | 034ff9b478e070a069ba606bb7a347c1c9b00886 /python | |
parent | a4de96508d7d74b66d7c2a22983b682d95b625eb (diff) |
python/build/libs.py: remove duplicate FFmpeg option and fix typo
Closes #232
Diffstat (limited to 'python')
-rw-r--r-- | python/build/libs.py | 3 |
1 files changed, 1 insertions, 2 deletions
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', |