File Dont_build_x265.patch of Package libbpg
diff --git a/Makefile b/Makefile index 3a8db4c..3bbc25c 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,9 @@ # Enable compilation of Javascript decoder with Emscripten #USE_EMCC=y # Enable x265 for the encoder -USE_X265=y +# USE_X265=y # Enable the JCTVC code (best quality but slow) for the encoder -#USE_JCTVC=y +USE_JCTVC=y # Compile bpgview (SDL and SDL_image libraries needed) USE_BPGVIEW=y # Enable it to use bit depths > 12 (need more tests to validate encoder)