From ec75b9e317baf249d67295300bc5308b7c33f4ac Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 31 Mar 2020 17:07:38 +0200 Subject: Fix GStreamer input, rework ICY-Text write --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d05aa7f..29ac878 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,6 +82,9 @@ odr_audioenc_LDADD = libtoolame-dab.la \ $(odr_audioenc_LDADD_ALSA) \ $(LIBVLC_LIBS) $(GST_LIBS) odr_audioenc_CXXFLAGS = $(GST_CFLAGS) $(GITVERSION_FLAGS) \ + -Ifdk-aac/libSYS/include/ \ + -Ifdk-aac/libAACenc/include/ \ + -Ifdk-aac/libAACdec/include/ \ -Wall -ggdb -O2 -Isrc -Icontrib odr_audioenc_SOURCES = src/odr-audioenc.cpp \ @@ -105,7 +108,7 @@ odr_audioenc_SOURCES = src/odr-audioenc.cpp \ src/encryption.c \ src/encryption.h \ src/zmq.hpp \ - src/utils.c \ + src/utils.cpp \ src/utils.h \ src/wavfile.cpp \ src/common.h \ -- cgit v1.2.3