Skip to content

Commit

Permalink
Re-enable FFmpeg to see what happens
Browse files Browse the repository at this point in the history
  • Loading branch information
martinburchell committed Oct 21, 2023
1 parent 4b08f5c commit a602245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tablet_qt/tools/build_qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -1684,7 +1684,7 @@ def __init__(self, args: argparse.Namespace) -> None:
# FFmpeg, currently broken with static Qt
# https://bugreports.qt.io/browse/QTBUG-115052
# https://bugreports.qt.io/browse/QTBUG-111460
self.use_ffmpeg = False
self.use_ffmpeg = True
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 a602245

Please sign in to comment.