mirror of https://github.com/odrling/Aegisub
Build fribidi with standard-malloc flag
Not using this may cause unpredictable crashes in some builds on some systems. Fribidi's own allocator is not thread safe.
This commit is contained in:
parent
2cfa6f14f2
commit
bfa416c583
|
@ -15,6 +15,8 @@
|
||||||
#define FRIBIDI_CHARSETS 0
|
#define FRIBIDI_CHARSETS 0
|
||||||
#define FRIBIDI_USE_GLIB 0
|
#define FRIBIDI_USE_GLIB 0
|
||||||
#define FRIBIDI_SIZEOF_INT 4
|
#define FRIBIDI_SIZEOF_INT 4
|
||||||
|
#define HAVE_STDLIB_H 1
|
||||||
|
#define USE_SIMPLE_MALLOC 1
|
||||||
|
|
||||||
#define HAVE_STRINGIZE 1
|
#define HAVE_STRINGIZE 1
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue