Skip to content

Commit

Permalink
Bug 501894: Fix AIX linker error in libvorbis r=roc
Browse files Browse the repository at this point in the history
  • Loading branch information
Shailendranjain committed Jan 30, 2010
1 parent ebd2df3 commit 58ab2f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions media/libvorbis/lib/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,8 @@ CSRCS = \
vorbis_bitrate.c \
$(NULL)

ifeq ($(OS_ARCH),AIX)
DEFINES += -Dalloca=__alloca
endif

include $(topsrcdir)/config/rules.mk

0 comments on commit 58ab2f7

Please sign in to comment.