mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 13:57:32 +00:00
Bug 754797 - libopus fails to compile on mingw - r=rillian
Define HAVE_LRINTF when compiling with GCC on Windows to avoid the MSVC assembly implementation in libopus/celt/float_cast.h.
This commit is contained in:
parent
3bd90b8fa1
commit
28ed253c21
@ -25,6 +25,9 @@ ifneq ($(filter $(OS_ARCH),Linux Darwin),)
|
||||
endif
|
||||
ifeq ($(OS_ARCH), WINNT)
|
||||
DEFINES += -Dinline=__inline
|
||||
ifdef GNU_CC
|
||||
DEFINES += -DHAVE_LRINTF
|
||||
endif
|
||||
endif
|
||||
ifeq ($(OS_ARCH),AIX)
|
||||
DEFINES += -Dalloca=__alloca
|
||||
|
Loading…
x
Reference in New Issue
Block a user