Skip to content

Commit

Permalink
Version 0.1.8 from FTP
Browse files Browse the repository at this point in the history
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@303 65c4cc65-6c06-0410-ace0-fbb531ad65f3
  • Loading branch information
Mark Spencer committed Apr 27, 2001
1 parent cfc4be0 commit 579ad56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions BUGS
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
* In general Asterisk is a very new program, and there are liable to be
many bugs yet to be discovered, so if you think you've found one, please
be sure to report it.

* When you flip to call waiting on a tormenta channel while you have a
three way call up, the parties in the three way cannot hear one another
in the general case.
5 changes: 1 addition & 4 deletions formats/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# the GNU General Public License
#

FORMAT_LIBS=format_g723.so format_wav.so format_mp3.so format_wav_gsm.so format_gsm.so format_vox.so
FORMAT_LIBS=format_g723.so format_wav.so format_mp3.so format_wav_gsm.so format_gsm.so format_vox.so format_pcm.so

GSMLIB=../codecs/gsm/lib/libgsm.a

Expand All @@ -25,9 +25,6 @@ clean:
%.so : %.o
$(CC) -shared -Xlinker -x -o $@ $<

format_wav.so : format_wav.o
$(CC) -shared -Xlinker -x -o $@ $< -laudiofile

format_mp3.so : format_mp3.o
$(CC) -shared -Xlinker -x -o $@ $< -lm

Expand Down

0 comments on commit 579ad56

Please sign in to comment.