Skip to content

Commit

Permalink
Re-enable gnutls
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Aug 7, 2024
1 parent 931ebcc commit adcf4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def main():
output_dir = os.path.abspath("output")

# FFmpeg has native TLS backends for macOS and Windows
use_gnutls = False # plat == "Linux"
use_gnutls = plat == "Linux"

if plat == "Linux" and os.environ.get("CIBUILDWHEEL") == "1":
output_dir = "/output"
Expand Down

0 comments on commit adcf4c5

Please sign in to comment.