From e2bc6f4153813cc570ae814c8ddb74628009b488 Mon Sep 17 00:00:00 2001 From: Michal Kubecek Date: Mon, 13 Apr 2015 09:21:39 +0200 Subject: initial checkin Check in contents of upstream 1.4.2 tarball, exclude generated files. --- src/audio/Makefile.am | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 src/audio/Makefile.am (limited to 'src/audio/Makefile.am') diff --git a/src/audio/Makefile.am b/src/audio/Makefile.am new file mode 100644 index 0000000..ab897eb --- /dev/null +++ b/src/audio/Makefile.am @@ -0,0 +1,49 @@ +AM_CPPFLAGS = \ + -Wall \ + -I$(top_srcdir)/src \ + $(CCRTP_CFLAGS) \ + $(XML2_CFLAGS) + +noinst_LIBRARIES = libaudio.a + +libaudio_a_SOURCES =\ + audio_device.cpp\ + audio_decoder.cpp\ + audio_encoder.cpp\ + audio_codecs.cpp\ + audio_rx.cpp\ + audio_session.cpp\ + audio_tx.cpp\ + dtmf_player.cpp\ + freq_gen.cpp\ + g711.cpp\ + g721.cpp\ + g723_16.cpp\ + g723_24.cpp\ + g723_40.cpp\ + g72x.cpp\ + media_buffer.cpp\ + rtp_telephone_event.cpp\ + tone_gen.cpp\ + twinkle_rtp_session.cpp\ + twinkle_zrtp_ui.cpp\ + audio_device.h\ + audio_decoder.h\ + audio_encoder.h\ + audio_codecs.h\ + audio_rx.h\ + audio_session.h\ + audio_tx.h\ + dtmf_player.h\ + freq_gen.h\ + g711.h\ + g72x.h\ + media_buffer.h\ + rtp_telephone_event.h\ + tone_gen.h\ + twinkle_rtp_session.h\ + twinkle_zrtp_ui.h + +SUBDIRS = gsm + +EXTRA_DIST = README_G711 -- cgit v1.2.3