libmd: Work around C++'s inability to understand C
Reported by: antoine@ (x265)
This commit is contained in:
parent
606efbc733
commit
c6b03be14b
@ -37,5 +37,13 @@
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
#define static
|
||||
#endif
|
||||
|
||||
#include <sys/md5.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
#undef static
|
||||
#endif
|
||||
#endif /* _MD5_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user