aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorJøger Hansegård <joger.hansegard@qt.io>2023-11-24 17:47:32 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-12-25 20:26:57 +0000
commita82fde1e9fcbb37d8e9b134183ab0768da60b085 (patch)
tree148c8357a8dfca84e7543aa6de57c487c672e0e8 /coin
parent6d425779cf340c4f76615799492fbc4b5bb8159d (diff)
Disable the truemotion1 decoder for the FFmpeg media backend
The truemotion1 decoder depends on a truemotion1data.h file which is part of FFmpeg. This header file has a reference to GPL licensing, and although the header provides a rationale for why the decoder tables are not copyrightable, we prefer to not distribute this decoder as part of the online Qt installer. Users who need ability to decode truemotion1 format video files can do so by recompiling the QtMultimedia FFmpeg media plugin against a custom build of FFmpeg. Task-number: QTBUG-118204 Pick-to: 6.6 6.5 Change-Id: Ia195ef9ce576d18047e7b38bbc5019648ba42b4c Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit 027acd91fd68ef748b81842ecefa8d471a480bd8) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'coin')
-rw-r--r--coin/provisioning/common/shared/ffmpeg_config_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/provisioning/common/shared/ffmpeg_config_options.txt b/coin/provisioning/common/shared/ffmpeg_config_options.txt
index 42282350..52f79c14 100644
--- a/coin/provisioning/common/shared/ffmpeg_config_options.txt
+++ b/coin/provisioning/common/shared/ffmpeg_config_options.txt
@@ -1 +1 @@
---disable-programs --disable-doc --disable-debug --enable-network --disable-lzma --enable-pic --disable-vulkan --disable-v4l2-m2m
+--disable-programs --disable-doc --disable-debug --enable-network --disable-lzma --enable-pic --disable-vulkan --disable-v4l2-m2m --disable-decoder=truemotion1