- always link AMR & Opus codecs; it reduces number of problems during builds.

This commit is contained in:
2019-03-14 13:37:12 +02:00
parent e8963264e9
commit c27d7d2b6c
8 changed files with 488 additions and 497 deletions
-2
View File
@@ -6,7 +6,6 @@
#include "MT_Codec.h"
#include "../helper/HL_Pointer.h"
#if defined(USE_AMR_CODEC)
# include "opencore-amr/amrnb/interf_enc.h"
# include "opencore-amr/amrnb/interf_dec.h"
@@ -156,7 +155,6 @@ namespace MT
} // End of MT namespace
#endif
#endif // MT_AMRCODEC_H