diff options
author | waker <wakeroid@gmail.com> | 2011-04-30 22:49:35 +0200 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2011-04-30 22:49:35 +0200 |
commit | 033b84f76016c3c58bcfcf8750883c4526218161 (patch) | |
tree | a7ba06ac48d6bd84cba72de67e6367f8601b51eb /plugins/ao | |
parent | 38670c492e60b6f6a2d826b2057dc9dd27a90f9b (diff) |
small fix to ao makefile
Diffstat (limited to 'plugins/ao')
-rw-r--r-- | plugins/ao/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/ao/Makefile b/plugins/ao/Makefile index 890c0010..df3b9fd3 100644 --- a/plugins/ao/Makefile +++ b/plugins/ao/Makefile @@ -2,8 +2,7 @@ OUT=ao.so CC=gcc -#ZLIB_LIBS?=-lz -ZLIB_LIBS=../../lib-x86-32/libz.a +ZLIB_LIBS?=-lz CFLAGS?=-O2 -fomit-frame-pointer CFLAGS+=-Wall -fPIC -DPATH_MAX=1024 -DHAS_PSXCPU=1 -I../.. -I./ -Ieng_ssf -Ieng_qsf -Ieng_dsf |