Skip to content

Commit

Permalink
Enable media foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Jul 12, 2024
1 parent ae4421b commit 7aab965
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 @@ -360,7 +360,7 @@ def main():
"--disable-alsa",
"--disable-doc",
"--disable-libtheora",
"--disable-mediafoundation",
"--enable-mediafoundation" if plat == "Windows" else "--disable-mediafoundation",
"--enable-fontconfig",
"--enable-gmp",
"--enable-gnutls" if use_gnutls else "--disable-gnutls",
Expand Down

0 comments on commit 7aab965

Please sign in to comment.