Doug Lea's Malloc: http://g.oswego.edu/dl/html/malloc.html
---
 configure | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configure b/configure
index 99c4c05347..c6cbd4a33c 100755
--- a/configure
+++ b/configure
@@ -5854,6 +5854,11 @@ check_builtin x264_csp_bgr "stdint.h x264.h" 
"X264_CSP_BGR"
 
 malloc_extralibs=
 case "$custom_allocator" in
+    dlmalloc)
+       require libdlmalloc dlmalloc.h dlmalloc -ldlmalloc
+        malloc_prefix=dl
+        malloc_extralibs=-ldlmalloc
+    ;;
     jemalloc)
         # jemalloc by default does not use a prefix
         require libjemalloc jemalloc/jemalloc.h malloc -ljemalloc
-- 
2.17.1

-- Peter
(A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B)

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to