mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
80a9c2e850
- Re-enabling the default options based on the new defaults in Makefile - Linking against port installed libx265 (not internal copy) - Increased the memory size of the JS decoder to 32 MiB and avoid polluting the global namespace. - Published the Emscripten patches which reduce the size of the generated JS code. - Faster encoding (x265 is the default encoder and is built in bpgenc). - Added monochrome support to x265. - Fixed metadata handling. PR: 209554 Submitted by: Matthieu Volat <mazhe@alkumuna.eu>
12 lines
222 B
C++
12 lines
222 B
C++
--- jctvc/TLibCommon/TComPicYuv.cpp.orig 2016-05-15 09:06:19 UTC
|
|
+++ jctvc/TLibCommon/TComPicYuv.cpp
|
|
@@ -41,7 +41,7 @@
|
|
|
|
#ifdef __APPLE__
|
|
#include <malloc/malloc.h>
|
|
-#else
|
|
+#elif __Linux__
|
|
#include <malloc.h>
|
|
#endif
|
|
|