mirror of https://github.com/sipwise/jitsi.git
cusax-fix
parent
b96866bc71
commit
4907e00a20
Binary file not shown.
Binary file not shown.
@ -0,0 +1,13 @@
|
||||
1. portaudio
|
||||
- Linux
|
||||
$./configure & make
|
||||
- Mac OS X
|
||||
$./configure --enable-static --disable-shared & make
|
||||
2. jportaudio
|
||||
- Linux
|
||||
$ make
|
||||
- Mac OS X
|
||||
CC=gcc -arch i386 -arch ppc -arch x86_64 -mmacosx-version-min=10.3
|
||||
LDFLAGS=-shared
|
||||
LIBS=-L$(PORTAUDIO_HOME)/lib/.libs -framework AudioToolbox -framework AudioUnit -framework CoreAudio -framework Carbon -lpthread -pthread -dynamic -lportaudio
|
||||
$ make
|
||||
Loading…
Reference in new issue