1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

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:
George Marques
2015-11-27 19:29:48 -02:00
parent ed4738fbed
commit fc0c4c6175
236 changed files with 817 additions and 820 deletions

View File

@@ -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"
/* shell coder; pulse-subframe length is hardcoded */