Remove Opus extra includes
Remove the extra directories to include that were needed by the Opus library. Now the lib includes more specific paths to avoid those.
This commit is contained in:
parent
ed4738fbed
commit
fc0c4c6175
236 changed files with 817 additions and 820 deletions
|
|
@ -26,10 +26,10 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
***********************************************************************/
|
||||
|
||||
#ifdef OPUS_HAVE_CONFIG_H
|
||||
#include "opus_config.h"
|
||||
#include "opus/opus_config.h"
|
||||
#endif
|
||||
|
||||
#include "silk_main.h"
|
||||
#include "opus/silk/silk_main.h"
|
||||
|
||||
/************************/
|
||||
/* Init Decoder State */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue