From fa5f92318e7cc08ac872be18d47387cf83c23cd0 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 21 Aug 2019 10:08:51 +0200 Subject: Add tist support for EDI output, take code from odr-mmbtools-common --- Makefile.am | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9a45a0b..0105831 100644 --- a/Makefile.am +++ b/Makefile.am @@ -104,24 +104,30 @@ odr_audioenc_SOURCES = src/odr-audioenc.cpp \ src/utils.h \ src/wavfile.cpp \ src/common.h \ + contrib/ClockTAI.cpp \ + contrib/ClockTAI.h \ + contrib/RemoteControl.cpp \ + contrib/RemoteControl.h \ + contrib/Log.cpp \ + contrib/Log.h \ contrib/Socket.cpp \ contrib/Socket.h \ + contrib/crc.c \ + contrib/crc.h \ + contrib/ReedSolomon.cpp \ + contrib/ReedSolomon.h \ + contrib/ThreadsafeQueue.h \ contrib/edi/AFPacket.cpp \ contrib/edi/AFPacket.h \ contrib/edi/Config.h \ - contrib/edi/crc.c \ - contrib/edi/crc.h \ contrib/edi/Interleaver.cpp \ contrib/edi/Interleaver.h \ contrib/edi/PFT.cpp \ contrib/edi/PFT.h \ - contrib/edi/ReedSolomon.cpp \ - contrib/edi/ReedSolomon.h \ contrib/edi/TagItems.cpp \ contrib/edi/TagItems.h \ contrib/edi/TagPacket.cpp \ contrib/edi/TagPacket.h \ - contrib/edi/ThreadsafeQueue.h \ contrib/edi/Transport.cpp \ contrib/edi/Transport.h \ $(FEC_SOURCES) -- cgit v1.2.3