libmd: Work around C++'s inability to understand C

Reported by:	antoine@ (x265)
This commit is contained in:
Conrad Meyer 2016-05-27 05:31:14 +00:00
parent 606efbc733
commit c6b03be14b

View File

@ -37,5 +37,13 @@
#endif
#ifdef __cplusplus
#define static
#endif
#include <sys/md5.h>
#ifdef __cplusplus
#undef static
#endif
#endif /* _MD5_H_ */