diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-07-24 14:43:24 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-07-24 14:43:24 +0200 |
commit | 62409ce26f1fd41d915c4022088fcb8b133ae6c6 (patch) | |
tree | 9ce0442470430445daf09ad6deb5f52026078c4b /Makefile.am | |
parent | 864cebd1d753a603de9a24d26a830bad87e2a42f (diff) | |
download | ODR-AudioEnc-62409ce26f1fd41d915c4022088fcb8b133ae6c6.tar.gz ODR-AudioEnc-62409ce26f1fd41d915c4022088fcb8b133ae6c6.tar.bz2 ODR-AudioEnc-62409ce26f1fd41d915c4022088fcb8b133ae6c6.zip |
Add a --decoder option for loopback testing
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index eb5cda6..9c393d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -88,6 +88,8 @@ odr_audioenc_SOURCES = src/odr-audioenc.cpp \ src/JackInput.h \ src/VLCInput.cpp \ src/VLCInput.h \ + src/AACDecoder.cpp \ + src/AACDecoder.h \ src/SampleQueue.h \ src/encryption.c \ src/encryption.h \ |