forked from mirrors/gecko-dev
Bug 501894: Fix AIX linker error in libvorbis r=roc
This commit is contained in:
parent
ba7bf66861
commit
a15ceb88f7
1 changed files with 4 additions and 0 deletions
|
|
@ -68,4 +68,8 @@ CSRCS = \
|
||||||
vorbis_bitrate.c \
|
vorbis_bitrate.c \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
ifeq ($(OS_ARCH),AIX)
|
||||||
|
DEFINES += -Dalloca=__alloca
|
||||||
|
endif
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue