blob: 8a71f7cb6902c523ef01a31cde7dc0e095452e68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./src/framework/mlt_property.h.orig 2018-11-12 15:08:18.251882145 +0000
+++ ./src/framework/mlt_property.h 2018-11-12 15:08:43.245342335 +0000
@@ -30,7 +30,7 @@
#include <sys/param.h>
#endif
-#if (defined(__GLIBC__) && !defined(__APPLE__)) || HAVE_LOCALE_H
+#if (defined(__linux__) && !defined(__APPLE__)) || HAVE_LOCALE_H
# include <locale.h>
#elif defined(__APPLE__) || (__FreeBSD_version >= 900506)
# include <xlocale.h>
|