From 05364c886fc6e21547b351abaf12419237b5b39d Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 4 Jul 2010 13:44:46 +0200 Subject: ao plugin: bigendian detection --- plugins/ao/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ao/Makefile.am') diff --git a/plugins/ao/Makefile.am b/plugins/ao/Makefile.am index 82209227..c332adf4 100644 --- a/plugins/ao/Makefile.am +++ b/plugins/ao/Makefile.am @@ -20,6 +20,6 @@ eng_psf/peops2/adsr.h eng_psf/peops2/dma.h eng_psf/peops2/externals.h eng_psf/pe ao_la_LDFLAGS = -module -fPIC ao_la_LIBADD = $(LDADD) -AM_CFLAGS = $(CFLAGS) -Wall -DPATH_MAX=1024 -DHAS_PSXCPU=1 -I.. -Ieng_ssf -Ieng_qsf -Ieng_dsf -DLSB_FIRST=1 -lm $(ZLIB_LIBS) +AM_CFLAGS = $(CFLAGS) -Wall -DPATH_MAX=1024 -DHAS_PSXCPU=1 -I.. -Ieng_ssf -Ieng_qsf -Ieng_dsf -lm $(ZLIB_LIBS) endif -- cgit v1.2.3