aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-03-09 16:29:30 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-03-09 16:29:30 +0100
commit47c4e7d3a173dafe7352d3d399d74602417fd891 (patch)
treecbc99b2dbf4cfbcee550a6ea4c21758442c81ab3 /Makefile.am
parent42f22f7ba60adc594c28af20b62035fb7bea7ea9 (diff)
downloadODR-AudioEnc-47c4e7d3a173dafe7352d3d399d74602417fd891.tar.gz
ODR-AudioEnc-47c4e7d3a173dafe7352d3d399d74602417fd891.tar.bz2
ODR-AudioEnc-47c4e7d3a173dafe7352d3d399d74602417fd891.zip
do not build aac-enc anymore
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 383645e..930b424 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,8 +57,7 @@ dabplus_enc_SOURCES = src/AlsaDabplus.cpp \
src/SampleQueue.h \
src/zmq.hpp
-bin_PROGRAMS = aac-enc$(EXEEXT) \
- aac-enc-dabplus$(EXEEXT) \
+bin_PROGRAMS = aac-enc-dabplus$(EXEEXT) \
aac-enc-dabplus-zmq$(EXEEXT) \
dabplus-enc$(EXEEXT) \
mot-encoder$(EXEEXT)