Bug 789656 - Use lrintf() in libopus on BSDs. r=rillian

This commit is contained in:
Jan Beich 2012-09-13 18:47:12 -04:00
parent acbf52caca
commit 9eb8381d9f

View File

@ -20,7 +20,7 @@ DEFINES += \
-Drestrict= \
$(NULL)
ifneq ($(filter $(OS_ARCH),Linux Darwin),)
ifneq ($(filter $(OS_ARCH),Linux Darwin DragonFly FreeBSD NetBSD OpenBSD),)
DEFINES += -DHAVE_LRINTF
endif
ifeq ($(OS_ARCH), WINNT)