diff options
author | Martin Storsjo <martin@martin.st> | 2016-08-24 13:54:53 +0300 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2016-08-25 22:14:25 +0300 |
commit | 932fc12396529af1aaff1f88402f47716bec1486 (patch) | |
tree | d67c85656397dd47d086673549d0c3e392eb3a9f /Makefile.am | |
parent | 1ce312b1dc8a8bb28a7f89b9e633a8aa56e527a7 (diff) | |
download | fdk-aac-932fc12396529af1aaff1f88402f47716bec1486.tar.gz fdk-aac-932fc12396529af1aaff1f88402f47716bec1486.tar.bz2 fdk-aac-932fc12396529af1aaff1f88402f47716bec1486.zip |
Update Makefile.am with newly added and removed files
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2c64ca7..04b4bcb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,7 +74,6 @@ AACENC_SRC = \ libAACenc/src/pre_echo_control.cpp \ libAACenc/src/quantize.cpp \ libAACenc/src/tonality.cpp \ - libAACenc/src/aacenc_hcr.cpp \ libAACenc/src/aacEnc_rom.cpp \ libAACenc/src/bandwidth.cpp \ libAACenc/src/channel_map.cpp \ @@ -119,6 +118,7 @@ MPEGTPDEC_SRC = \ libMpegTPDec/src/tpdec_adif.cpp \ libMpegTPDec/src/tpdec_adts.cpp \ libMpegTPDec/src/tpdec_asc.cpp \ + libMpegTPDec/src/tpdec_drm.cpp \ libMpegTPDec/src/tpdec_latm.cpp \ libMpegTPDec/src/tpdec_lib.cpp |