summaryrefslogtreecommitdiff
path: root/plugins/ao
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-04-30 22:49:35 +0200
committerGravatar waker <wakeroid@gmail.com>2011-04-30 22:49:35 +0200
commit033b84f76016c3c58bcfcf8750883c4526218161 (patch)
treea7ba06ac48d6bd84cba72de67e6367f8601b51eb /plugins/ao
parent38670c492e60b6f6a2d826b2057dc9dd27a90f9b (diff)
small fix to ao makefile
Diffstat (limited to 'plugins/ao')
-rw-r--r--plugins/ao/Makefile3
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