This might fix it now with the addtion of a patch for portaudio
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@756 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ce0bd79277
commit
0076a0a45f
|
@ -1,4 +1,4 @@
|
||||||
LDFLAGS += -lportaudio -L$(PREFIX)/lib
|
LDFLAGS += -lportaudio -L$(PREFIX)
|
||||||
MYOBJS = pablio.o ringbuffer.o
|
MYOBJS = pablio.o ringbuffer.o
|
||||||
|
|
||||||
all: depends $(MODNAME).$(DYNAMIC_LIB_EXTEN)
|
all: depends $(MODNAME).$(DYNAMIC_LIB_EXTEN)
|
||||||
|
|
Loading…
Reference in New Issue