Mercurial > pidgin
annotate src/mediastreamer/Makefile.am @ 12264:2be62353f708
[gaim-migrate @ 14566]
this was TRUE in oldstatus
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Tue, 29 Nov 2005 23:50:39 +0000 |
| parents | a825137820c7 |
| children | 515a4630d960 |
| rev | line source |
|---|---|
|
12083
a825137820c7
[gaim-migrate @ 14380]
Gary Kramlich <grim@reaperworld.com>
parents:
12025
diff
changeset
|
1 EXTRA_DIST= |
| 12024 | 2 |
| 3 noinst_LTLIBRARIES = libmediastreamer.la | |
| 4 | |
| 5 useless_files=mstcpserv.c mstcpserv.h mstcpclient.c mstcpclient.h | |
| 6 | |
| 7 libmediastreamer_la_SOURCES=msfilter.c msfilter.h msutils.h waveheader.h\ | |
| 8 mscodec.c mscodec.h \ | |
| 9 mssoundread.c mssoundread.h \ | |
| 10 mssoundwrite.c mssoundwrite.h \ | |
| 11 msbuffer.c msbuffer.h \ | |
| 12 msqueue.c msqueue.h \ | |
| 13 msfifo.c msfifo.h \ | |
| 14 ms.c ms.h\ | |
| 15 mssync.c mssync.h \ | |
| 16 msnosync.c msnosync.h \ | |
| 17 msread.c msread.h \ | |
| 18 mswrite.c mswrite.h \ | |
| 19 mscopy.c mscopy.h \ | |
| 20 msosswrite.c msosswrite.h \ | |
| 21 msossread.c msossread.h \ | |
| 22 msringplayer.c msringplayer.h \ | |
| 23 msrtprecv.c msrtprecv.h \ | |
| 24 msrtpsend.c msrtpsend.h \ | |
| 25 msAlawenc.c msAlawenc.h g711common.h \ | |
| 26 msAlawdec.c msAlawdec.h g711common.h \ | |
| 27 msMUlawenc.c msMUlawenc.h g711common.h \ | |
| 28 msMUlawdec.c msMUlawdec.h g711common.h \ | |
| 29 mstimer.c mstimer.h \ | |
| 30 msqdispatcher.c msqdispatcher.h \ | |
| 31 msfdispatcher.c msfdispatcher.h \ | |
| 32 sndcard.c sndcard.h \ | |
| 33 osscard.c osscard.h\ | |
| 34 hpuxsndcard.c \ | |
| 35 alsacard.c alsacard.h \ | |
| 36 jackcard.c jackcard.h \ | |
| 37 audiostream.c mediastream.h \ | |
| 38 msspeexenc.c msspeexenc.h msspeexdec.c msspeexdec.h \ | |
| 39 msilbcdec.c msilbcdec.h msilbcenc.c msilbcenc.h | |
| 40 | |
| 41 # msGSMdecoder.c msGSMdecoder.h | |
| 42 # msGSMencoder.c msGSMencoder.h | |
| 43 # msLPC10encoder.c msLPC10encoder.h | |
| 44 # msLPC10decoder.c msLPC10decoder.h | |
| 45 | |
| 46 libmediastreamer_la_LDFLAGS = -export-dynamic | |
| 47 | |
| 48 libmediastreamer_la_LIBADD= $(GLIB_LIBS) $(VV_LIBS) | |
| 49 | |
| 50 AM_CFLAGS=$(GLIB_CFLAGS) -DG_LOG_DOMAIN=\"MediaStreamer\" $(VV_CFLAGS) $(IPV6_CFLAGS) -DHAVE_GLIB | |
| 51 | |
| 52 | |
| 12025 | 53 INCLUDES= -I$(top_srcdir) -I$(top_srcdir)/mediastreamer $(VV_CFLAGS) |
