diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-05-20 08:49:29 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-05-20 08:49:29 +0200 |
commit | 7102f830e01c3d4d695c0d36608cb09064e4aedc (patch) | |
tree | 5b0bbb2a9fff3af44c4b0a7c88b96edfd3675a39 /Makefile.am | |
parent | 3b68a6188b4983816833dc9a20be4f6b74f4c03f (diff) | |
download | ODR-AudioEnc-7102f830e01c3d4d695c0d36608cb09064e4aedc.tar.gz ODR-AudioEnc-7102f830e01c3d4d695c0d36608cb09064e4aedc.tar.bz2 ODR-AudioEnc-7102f830e01c3d4d695c0d36608cb09064e4aedc.zip |
Move outputs to a separate file
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 04f7ee6..d60df2f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -89,6 +89,8 @@ odr_audioenc_SOURCES = src/odr-audioenc.cpp \ src/JackInput.h \ src/VLCInput.cpp \ src/VLCInput.h \ + src/Outputs.cpp \ + src/Outputs.h \ src/AACDecoder.cpp \ src/AACDecoder.h \ src/SampleQueue.h \ |