Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: ensure HEVC-related plugins are optional #337

Merged
merged 1 commit into from
Sep 27, 2020

Conversation

lovell
Copy link
Contributor

@lovell lovell commented Sep 24, 2020

This allows the optional, explicit removal of the patent encumbered libde265 and/or x265 dependencies from the build.

Adds two new optional autotools flags, default "no":

  • --disable-libde265
  • --disable-x265

Adds two new optional CMake options, default ON:

  • -DWITH_LIBDE265=OFF
  • -DWITH_X265=OFF

Allows explicit removal of patent encumbered dependencies

Adds two new optional autotools flags, default "no":
 --disable-libde265
 --disable-x265

Adds two new optional CMake options, default ON:
 -DWITH_LIBDE265=OFF
 -DWITH_X265=OFF
@farindk
Copy link
Contributor

farindk commented Sep 27, 2020

Yes, makes sense, now that there is AVIF as a HEIF alternative.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants