mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 789656 - Use lrintf() in libopus on BSDs. r=rillian
This commit is contained in:
parent
acbf52caca
commit
9eb8381d9f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user