aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-09 14:28:02 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-10 20:35:58 +0200
commit219c59bbba11488a42bb8ef79be5292062d607c3 (patch)
treeb22165f5ce512ed46062a02264946f46ea048abb
parentd504da100d5af2577e34453ec591359df9baa926 (diff)
downloadfdk-aac-219c59bbba11488a42bb8ef79be5292062d607c3.tar.gz
fdk-aac-219c59bbba11488a42bb8ef79be5292062d607c3.tar.bz2
fdk-aac-219c59bbba11488a42bb8ef79be5292062d607c3.zip
Add tpenc_dab.cpp to Makefile.am
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 04b4bcb..5cd4b3a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -127,7 +127,8 @@ MPEGTPENC_SRC = \
libMpegTPEnc/src/tpenc_adts.cpp \
libMpegTPEnc/src/tpenc_asc.cpp \
libMpegTPEnc/src/tpenc_latm.cpp \
- libMpegTPEnc/src/tpenc_lib.cpp
+ libMpegTPEnc/src/tpenc_lib.cpp \
+ libMpegTPEnc/src/tpenc_dab.cpp
PCMUTILS_SRC = \
libPCMutils/src/limiter.cpp \