Skip to content

Commit

Permalink
Remove unrelated issue from comment
Browse files Browse the repository at this point in the history
  • Loading branch information
martinburchell committed Jan 4, 2024
1 parent ebb42c4 commit 7ec8c88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tablet_qt/tools/build_qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,6 @@ def __init__(self, args: argparse.Namespace) -> None:

# FFmpeg, currently broken with static Qt, but we have a patch
# https://bugreports.qt.io/browse/QTBUG-115052
# https://bugreports.qt.io/browse/QTBUG-111460
self.ffmpeg_version = FFMPEG_VERSION
self.ffmpeg_src_url = f"https://github.com/FFmpeg/FFmpeg/archive/refs/tags/{self.ffmpeg_version}.tar.gz" # noqa: E501

Expand Down

0 comments on commit 7ec8c88

Please sign in to comment.