Skip to content

Commit

Permalink
#3556 never enable x265 encoder automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jun 22, 2022
1 parent 872c7f8 commit d2d0948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def is_RH():
enc_proxy_ENABLED = DEFAULT
enc_x264_ENABLED = DEFAULT and pkg_config_version("0.155", "x264")
#crashes on 32-bit windows:
enc_x265_ENABLED = (not WIN32) and pkg_config_ok("--exists", "x265")
enc_x265_ENABLED = False #(not WIN32) and pkg_config_ok("--exists", "x265")
pillow_ENABLED = DEFAULT
spng_decoder_ENABLED = DEFAULT and pkg_config_version("0.6", "spng")
spng_encoder_ENABLED = DEFAULT and pkg_config_version("0.7", "spng")
Expand Down

0 comments on commit d2d0948

Please sign in to comment.