diff options
author | Martin Storsjo <martin@martin.st> | 2014-11-04 10:09:08 +0200 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2014-11-07 09:33:28 +0200 |
commit | 69a488faf22a86ba8e145f0cef22fcb724c162be (patch) | |
tree | 59a16a74e2a9affefdcf4e16f3daa6ed966890ec | |
parent | 6ccecbc4b0dfca00f13999aa41b2c56f6b55a72f (diff) | |
download | fdk-aac-69a488faf22a86ba8e145f0cef22fcb724c162be.tar.gz fdk-aac-69a488faf22a86ba8e145f0cef22fcb724c162be.tar.bz2 fdk-aac-69a488faf22a86ba8e145f0cef22fcb724c162be.zip |
Include the new file limiter.cpp in the build
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9dffdf6..a90edaa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -130,6 +130,7 @@ MPEGTPENC_SRC = \ libMpegTPEnc/src/tpenc_lib.cpp PCMUTILS_SRC = \ + libPCMutils/src/limiter.cpp \ libPCMutils/src/pcmutils_lib.cpp SBRDEC_SRC = \ |