git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16740
d0543943-73ff-0310-b7d9-
9358b9ac24b2
#! /bin/sh
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
-$srcpath/configure "$@" --disable-shared --with-pic
+$srcpath/configure "$@" --disable-shared --with-pic --disable-jpeg
LOCAL_CFLAGS=-I$(SPANDSP_DIR)/src -I$(TIFF_DIR)/libtiff -I$(SPANDSP_BUILDDIR)/src -I$(TIFF_BUILDDIR)/libtiff
LOCAL_LIBADD=$(SPANDSP_LA) $(TIFF_LA)
-LOCAL_LDFLAGS=-ljpeg
include $(BASE)/build/modmake.rules
$(MODNAME).lo: $(SPANDSP_LA) $(TIFF_LA)