cmake: Fix HAVE_LRINT and HAVE_LRINTF definitions

Must be defined always - with a value 0 or 1

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 8 years ago
parent 9e87d8490c
commit 0a23f8e5d5

@ -23,8 +23,8 @@
#cmakedefine HAVE_SYS_VFS_H
#cmakedefine HAVE_BYTESWAP_H
#cmakedefine HAVE_STDINT_H
#cmakedefine HAVE_LRINT
#cmakedefine HAVE_LRINTF
#define HAVE_LRINT @HAVE_LRINT@
#define HAVE_LRINTF @HAVE_LRINTF@
#cmakedefine HAVE_STAT64
// Don't define HAVE_RESMGR due to it seems to be totally outdated

Loading…
Cancel
Save