mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --force Signed-off-by: Michele Santullo <m.santullo@posteo.net>
28 lines
740 B
Diff
28 lines
740 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 3a8db4c..a5ba63b 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -5,11 +5,11 @@
|
|
# 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
|
|
# Compile bpgview (SDL and SDL_image libraries needed)
|
|
-USE_BPGVIEW=y
|
|
+#USE_BPGVIEW=y
|
|
# Enable it to use bit depths > 12 (need more tests to validate encoder)
|
|
#USE_JCTVC_HIGH_BIT_DEPTH=y
|
|
# Enable the cross compilation for Windows
|
|
@@ -17,7 +17,7 @@ USE_BPGVIEW=y
|
|
# Enable for compilation on MacOS X
|
|
#CONFIG_APPLE=y
|
|
# Installation prefix
|
|
-prefix=/usr/local
|
|
+#prefix=/usr/local
|
|
|
|
|
|
#################################
|