blob: 683b8030419539baf759f6ea6dfaf0998bb5dc32 [file] [log] [blame]
{
"name": "libopus-patched-config",
"version": "1.1",
"summary": "Opus is a totally open, royalty-free, highly versatile audio codec. Patched to use local config.h file.",
"description": " Opus is a totally open, royalty-free, highly versatile audio codec. \n Opus is unmatched for interactive speech and music transmission over \n the Internet, but is also intended for storage and streaming \n applications. It is standardized by the Internet Engineering Task \n Force (IETF) as [RFC 6716][1] which incorporated technology from \n Skype's SILK codec and Xiph.Org's CELT codec.\n \n [1]: http://tools.ietf.org/html/rfc6716\n",
"homepage": "http://www.opus-codec.org/",
"license": {
"type": "BSD",
"file": "COPYING"
},
"authors": [
"Xiph.Org",
"Skype Limited",
"Octasic",
"Jean-Marc Valin",
"Timothy B. Terriberry",
"CSIRO",
"Gregory Maxwell",
"Mark Borgerding",
"Erik de Castro Lopo"
],
"source": {
"http": "http://downloads.xiph.org/releases/opus/opus-1.1.tar.gz"
},
"requires_arc": false,
"default_subspecs": "float",
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/libopus-patched-config/silk\""
},
"prepare_command": "cat >src/config.h <<CONFIG_H\n#define HAVE_DLFCN_H 1\n#define HAVE_INTTYPES_H 1\n#define HAVE_LRINT 1\n#define HAVE_LRINTF 1\n#define HAVE_MEMORY_H 1\n#define HAVE_STDINT_H 1\n#define HAVE_STDLIB_H 1\n#define HAVE_STRINGS_H 1\n#define HAVE_STRING_H 1\n#define HAVE_SYS_STAT_H 1\n#define HAVE_SYS_TYPES_H 1\n#define HAVE_UNISTD_H 1\n\n#define OPUS_BUILD /**/\n\n#define STDC_HEADERS 1\n#define VAR_ARRAYS 1\n\nCONFIG_H\n\ncat >config-include.patch <<CONFIG_INCLUDE\ndiff --git a/celt/arm/arm_celt_map.c b/celt/arm/arm_celt_map.c\nindex 547a84d..b510b4c 100644\n--- a/celt/arm/arm_celt_map.c\n+++ b/celt/arm/arm_celt_map.c\n@@ -26,7 +26,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"pitch.h\"\ndiff --git a/celt/arm/armcpu.c b/celt/arm/armcpu.c\nindex 1768525..b9ee591 100644\n--- a/celt/arm/armcpu.c\n+++ b/celt/arm/armcpu.c\n@@ -28,7 +28,7 @@\n /* Original code from libtheora modified to suit to Opus */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #ifdef OPUS_HAVE_RTCD\ndiff --git a/celt/bands.c b/celt/bands.c\nindex cce56e2..5ef1680 100644\n--- a/celt/bands.c\n+++ b/celt/bands.c\n@@ -28,7 +28,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include <math.h>\ndiff --git a/celt/celt.c b/celt/celt.c\nindex 3e0ce6e..1a3990b 100644\n--- a/celt/celt.c\n+++ b/celt/celt.c\n@@ -28,7 +28,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #define CELT_C\ndiff --git a/celt/celt_decoder.c b/celt/celt_decoder.c\nindex 830398e..f545aac 100644\n--- a/celt/celt_decoder.c\n+++ b/celt/celt_decoder.c\n@@ -28,7 +28,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #define CELT_DECODER_C\ndiff --git a/celt/celt_encoder.c b/celt/celt_encoder.c\nindex ffff077..aeea47a 100644\n--- a/celt/celt_encoder.c\n+++ b/celt/celt_encoder.c\n@@ -28,7 +28,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #define CELT_ENCODER_C\ndiff --git a/celt/celt_lpc.c b/celt/celt_lpc.c\nindex fa29d62..9c46df5 100644\n--- a/celt/celt_lpc.c\n+++ b/celt/celt_lpc.c\n@@ -26,7 +26,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"celt_lpc.h\"\ndiff --git a/celt/cwrs.c b/celt/cwrs.c\nindex ad980cc..ded2425 100644\n--- a/celt/cwrs.c\n+++ b/celt/cwrs.c\n@@ -28,7 +28,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"os_support.h\"\ndiff --git a/celt/entcode.c b/celt/entcode.c\nindex fa5d7c7..121ac30 100644\n--- a/celt/entcode.c\n+++ b/celt/entcode.c\n@@ -26,7 +26,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"entcode.h\"\ndiff --git a/celt/entdec.c b/celt/entdec.c\nindex 3c26468..90f41d1 100644\n--- a/celt/entdec.c\n+++ b/celt/entdec.c\n@@ -26,7 +26,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include <stddef.h>\ndiff --git a/celt/entenc.c b/celt/entenc.c\nindex a7e34ec..47cd264 100644\n--- a/celt/entenc.c\n+++ b/celt/entenc.c\n@@ -26,7 +26,7 @@\n */\n \n #if defined(HAVE_CONFIG_H)\n-# include \"config.h\"\n+# include \"./config.h\"\n #endif\n #include \"os_support.h\"\n #include \"arch.h\"\ndiff --git a/celt/kiss_fft.c b/celt/kiss_fft.c\nindex ad706c7..c38a05f 100644\n--- a/celt/kiss_fft.c\n+++ b/celt/kiss_fft.c\n@@ -31,7 +31,7 @@\n \n #ifndef SKIP_CONFIG_H\n # ifdef HAVE_CONFIG_H\n-# include \"config.h\"\n+# include \"./config.h\"\n # endif\n #endif\n \ndiff --git a/celt/laplace.c b/celt/laplace.c\nindex a7bca87..78fd289 100644\n--- a/celt/laplace.c\n+++ b/celt/laplace.c\n@@ -27,7 +27,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"laplace.h\"\ndiff --git a/celt/mathops.c b/celt/mathops.c\nindex 3f8c5dc..9988deb 100644\n--- a/celt/mathops.c\n+++ b/celt/mathops.c\n@@ -32,7 +32,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"mathops.h\"\ndiff --git a/celt/mdct.c b/celt/mdct.c\nindex 90a214a..bf99d89 100644\n--- a/celt/mdct.c\n+++ b/celt/mdct.c\n@@ -41,7 +41,7 @@\n \n #ifndef SKIP_CONFIG_H\n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n #endif\n \ndiff --git a/celt/modes.c b/celt/modes.c\nindex 42e68e1..acae833 100644\n--- a/celt/modes.c\n+++ b/celt/modes.c\n@@ -28,7 +28,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"celt.h\"\ndiff --git a/celt/opus_custom_demo.c b/celt/opus_custom_demo.c\nindex ae41c0d..011eeed 100644\n--- a/celt/opus_custom_demo.c\n+++ b/celt/opus_custom_demo.c\n@@ -27,7 +27,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"opus_custom.h\"\ndiff --git a/celt/pitch.c b/celt/pitch.c\nindex d2b3054..69bb2a1 100644\n--- a/celt/pitch.c\n+++ b/celt/pitch.c\n@@ -32,7 +32,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"pitch.h\"\ndiff --git a/celt/quant_bands.c b/celt/quant_bands.c\nindex ac6952c..9589d9e 100644\n--- a/celt/quant_bands.c\n+++ b/celt/quant_bands.c\n@@ -27,7 +27,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"quant_bands.h\"\ndiff --git a/celt/rate.c b/celt/rate.c\nindex e13d839..2df268d 100644\n--- a/celt/rate.c\n+++ b/celt/rate.c\n@@ -27,7 +27,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include <math.h>\ndiff --git a/celt/tests/test_unit_cwrs32.c b/celt/tests/test_unit_cwrs32.c\nindex ac2a8d1..a15f57a 100644\n--- a/celt/tests/test_unit_cwrs32.c\n+++ b/celt/tests/test_unit_cwrs32.c\n@@ -27,7 +27,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include <stdio.h>\ndiff --git a/celt/tests/test_unit_dft.c b/celt/tests/test_unit_dft.c\nindex 7ff0be0..efda007 100644\n--- a/celt/tests/test_unit_dft.c\n+++ b/celt/tests/test_unit_dft.c\n@@ -26,7 +26,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #define SKIP_CONFIG_H\ndiff --git a/celt/tests/test_unit_entropy.c b/celt/tests/test_unit_entropy.c\nindex bd83986..2289dae 100644\n--- a/celt/tests/test_unit_entropy.c\n+++ b/celt/tests/test_unit_entropy.c\n@@ -27,7 +27,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include <stdlib.h>\ndiff --git a/celt/tests/test_unit_laplace.c b/celt/tests/test_unit_laplace.c\nindex b0f5935..8e5a4d9 100644\n--- a/celt/tests/test_unit_laplace.c\n+++ b/celt/tests/test_unit_laplace.c\n@@ -26,7 +26,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include <stdio.h>\ndiff --git a/celt/tests/test_unit_mathops.c b/celt/tests/test_unit_mathops.c\nindex 4bb780e..f9bb283 100644\n--- a/celt/tests/test_unit_mathops.c\n+++ b/celt/tests/test_unit_mathops.c\n@@ -27,7 +27,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #ifndef CUSTOM_MODES\ndiff --git a/celt/tests/test_unit_mdct.c b/celt/tests/test_unit_mdct.c\nindex ac8957f..302d20d 100644\n--- a/celt/tests/test_unit_mdct.c\n+++ b/celt/tests/test_unit_mdct.c\n@@ -26,7 +26,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #define SKIP_CONFIG_H\ndiff --git a/celt/tests/test_unit_rotation.c b/celt/tests/test_unit_rotation.c\nindex ce5f096..2acf542 100644\n--- a/celt/tests/test_unit_rotation.c\n+++ b/celt/tests/test_unit_rotation.c\n@@ -26,7 +26,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #ifndef CUSTOM_MODES\ndiff --git a/celt/tests/test_unit_types.c b/celt/tests/test_unit_types.c\nindex 67a0fb8..e523e7f 100644\n--- a/celt/tests/test_unit_types.c\n+++ b/celt/tests/test_unit_types.c\n@@ -26,7 +26,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"opus_types.h\"\ndiff --git a/celt/vq.c b/celt/vq.c\nindex 98a0f36..bb39fcd 100644\n--- a/celt/vq.c\n+++ b/celt/vq.c\n@@ -27,7 +27,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"mathops.h\"\ndiff --git a/silk/A2NLSF.c b/silk/A2NLSF.c\nindex 74b1b95..55a10aa 100644\n--- a/silk/A2NLSF.c\n+++ b/silk/A2NLSF.c\n@@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.\n /* functions are accurate inverses of each other */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FIX.h\"\ndiff --git a/silk/CNG.c b/silk/CNG.c\nindex 8481d95..c16b527 100644\n--- a/silk/CNG.c\n+++ b/silk/CNG.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/HP_variable_cutoff.c b/silk/HP_variable_cutoff.c\nindex bbe10f0..73beba4 100644\n--- a/silk/HP_variable_cutoff.c\n+++ b/silk/HP_variable_cutoff.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n #ifdef FIXED_POINT\n #include \"main_FIX.h\"\ndiff --git a/silk/LPC_analysis_filter.c b/silk/LPC_analysis_filter.c\nindex 9d1f16c..2c60d34 100644\n--- a/silk/LPC_analysis_filter.c\n+++ b/silk/LPC_analysis_filter.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FIX.h\"\ndiff --git a/silk/LPC_inv_pred_gain.c b/silk/LPC_inv_pred_gain.c\nindex 4af89aa..67b273d 100644\n--- a/silk/LPC_inv_pred_gain.c\n+++ b/silk/LPC_inv_pred_gain.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FIX.h\"\ndiff --git a/silk/LP_variable_cutoff.c b/silk/LP_variable_cutoff.c\nindex f639e1f..02d505e 100644\n--- a/silk/LP_variable_cutoff.c\n+++ b/silk/LP_variable_cutoff.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n /*\ndiff --git a/silk/NLSF2A.c b/silk/NLSF2A.c\nindex b1c559e..97c0d36 100644\n--- a/silk/NLSF2A.c\n+++ b/silk/NLSF2A.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n /* conversion between prediction filter coefficients and LSFs */\ndiff --git a/silk/NLSF_VQ.c b/silk/NLSF_VQ.c\nindex 69b6e22..678052c 100644\n--- a/silk/NLSF_VQ.c\n+++ b/silk/NLSF_VQ.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/NLSF_VQ_weights_laroia.c b/silk/NLSF_VQ_weights_laroia.c\nindex 04894c5..f848078 100644\n--- a/silk/NLSF_VQ_weights_laroia.c\n+++ b/silk/NLSF_VQ_weights_laroia.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"define.h\"\ndiff --git a/silk/NLSF_decode.c b/silk/NLSF_decode.c\nindex 9f71506..79de124 100644\n--- a/silk/NLSF_decode.c\n+++ b/silk/NLSF_decode.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/NLSF_del_dec_quant.c b/silk/NLSF_del_dec_quant.c\nindex 504dbbd..438e0e6 100644\n--- a/silk/NLSF_del_dec_quant.c\n+++ b/silk/NLSF_del_dec_quant.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/NLSF_encode.c b/silk/NLSF_encode.c\nindex 03a036f..fc1949e 100644\n--- a/silk/NLSF_encode.c\n+++ b/silk/NLSF_encode.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/NLSF_stabilize.c b/silk/NLSF_stabilize.c\nindex 1fa1ea3..ab7f0cd 100644\n--- a/silk/NLSF_stabilize.c\n+++ b/silk/NLSF_stabilize.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n /* NLSF stabilizer: */\ndiff --git a/silk/NLSF_unpack.c b/silk/NLSF_unpack.c\nindex 17bd23f..03bd78c 100644\n--- a/silk/NLSF_unpack.c\n+++ b/silk/NLSF_unpack.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/NSQ.c b/silk/NSQ.c\nindex cf5b3fd..32c47a8 100644\n--- a/silk/NSQ.c\n+++ b/silk/NSQ.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/NSQ_del_dec.c b/silk/NSQ_del_dec.c\nindex 522be40..d4ec6c6 100644\n--- a/silk/NSQ_del_dec.c\n+++ b/silk/NSQ_del_dec.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/PLC.c b/silk/PLC.c\nindex 01f4001..f438ee7 100644\n--- a/silk/PLC.c\n+++ b/silk/PLC.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/VAD.c b/silk/VAD.c\nindex a809098..8df2962 100644\n--- a/silk/VAD.c\n+++ b/silk/VAD.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/VQ_WMat_EC.c b/silk/VQ_WMat_EC.c\nindex 13d5d34..6851b9e 100644\n--- a/silk/VQ_WMat_EC.c\n+++ b/silk/VQ_WMat_EC.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/ana_filt_bank_1.c b/silk/ana_filt_bank_1.c\nindex 24cfb03..e768a4e 100644\n--- a/silk/ana_filt_bank_1.c\n+++ b/silk/ana_filt_bank_1.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FIX.h\"\ndiff --git a/silk/biquad_alt.c b/silk/biquad_alt.c\nindex d55f5ee..2b79ccd 100644\n--- a/silk/biquad_alt.c\n+++ b/silk/biquad_alt.c\n@@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.\n * */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FIX.h\"\ndiff --git a/silk/bwexpander.c b/silk/bwexpander.c\nindex 2eb4456..af4c0f0 100644\n--- a/silk/bwexpander.c\n+++ b/silk/bwexpander.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FIX.h\"\ndiff --git a/silk/bwexpander_32.c b/silk/bwexpander_32.c\nindex d0010f7..d627d8f 100644\n--- a/silk/bwexpander_32.c\n+++ b/silk/bwexpander_32.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FIX.h\"\ndiff --git a/silk/check_control_input.c b/silk/check_control_input.c\nindex b5de9ce..c07b8f7 100644\n--- a/silk/check_control_input.c\n+++ b/silk/check_control_input.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/code_signs.c b/silk/code_signs.c\nindex 0419ea2..48790df 100644\n--- a/silk/code_signs.c\n+++ b/silk/code_signs.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/control_SNR.c b/silk/control_SNR.c\nindex f04e69f..b16ab34 100644\n--- a/silk/control_SNR.c\n+++ b/silk/control_SNR.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/control_audio_bandwidth.c b/silk/control_audio_bandwidth.c\nindex 4f9bc5c..4c8c4a4 100644\n--- a/silk/control_audio_bandwidth.c\n+++ b/silk/control_audio_bandwidth.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/control_codec.c b/silk/control_codec.c\nindex 1f674bd..7da686d 100644\n--- a/silk/control_codec.c\n+++ b/silk/control_codec.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n #ifdef FIXED_POINT\n #include \"main_FIX.h\"\ndiff --git a/silk/debug.c b/silk/debug.c\nindex 9253faf..51e5c82 100644\n--- a/silk/debug.c\n+++ b/silk/debug.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"debug.h\"\ndiff --git a/silk/dec_API.c b/silk/dec_API.c\nindex 4cbcf71..eab7032 100644\n--- a/silk/dec_API.c\n+++ b/silk/dec_API.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n #include \"API.h\"\n #include \"main.h\"\ndiff --git a/silk/decode_core.c b/silk/decode_core.c\nindex a820bf1..544f868 100644\n--- a/silk/decode_core.c\n+++ b/silk/decode_core.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/decode_frame.c b/silk/decode_frame.c\nindex abc00a3..8eed659 100644\n--- a/silk/decode_frame.c\n+++ b/silk/decode_frame.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/decode_indices.c b/silk/decode_indices.c\nindex 7afe5c2..541313c 100644\n--- a/silk/decode_indices.c\n+++ b/silk/decode_indices.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/decode_parameters.c b/silk/decode_parameters.c\nindex e345b1d..52d2a90 100644\n--- a/silk/decode_parameters.c\n+++ b/silk/decode_parameters.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/decode_pitch.c b/silk/decode_pitch.c\nindex fedbc6a..e2cc57e 100644\n--- a/silk/decode_pitch.c\n+++ b/silk/decode_pitch.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n /***********************************************************\ndiff --git a/silk/decode_pulses.c b/silk/decode_pulses.c\nindex e8a87c2..15dc675 100644\n--- a/silk/decode_pulses.c\n+++ b/silk/decode_pulses.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/decoder_set_fs.c b/silk/decoder_set_fs.c\nindex eef0fd2..e3d5ab4 100644\n--- a/silk/decoder_set_fs.c\n+++ b/silk/decoder_set_fs.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/enc_API.c b/silk/enc_API.c\nindex 43739ef..80a74fd 100644\n--- a/silk/enc_API.c\n+++ b/silk/enc_API.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n #include \"define.h\"\n #include \"API.h\"\ndiff --git a/silk/encode_indices.c b/silk/encode_indices.c\nindex 666c8c0..109d505 100644\n--- a/silk/encode_indices.c\n+++ b/silk/encode_indices.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/encode_pulses.c b/silk/encode_pulses.c\nindex a450143..bfee19e 100644\n--- a/silk/encode_pulses.c\n+++ b/silk/encode_pulses.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/fixed/LTP_analysis_filter_FIX.c b/silk/fixed/LTP_analysis_filter_FIX.c\nindex a941908..7795473 100644\n--- a/silk/fixed/LTP_analysis_filter_FIX.c\n+++ b/silk/fixed/LTP_analysis_filter_FIX.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FIX.h\"\ndiff --git a/silk/fixed/LTP_scale_ctrl_FIX.c b/silk/fixed/LTP_scale_ctrl_FIX.c\nindex 3dcedef..d4f17c7 100644\n--- a/silk/fixed/LTP_scale_ctrl_FIX.c\n+++ b/silk/fixed/LTP_scale_ctrl_FIX.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FIX.h\"\ndiff --git a/silk/fixed/apply_sine_window_FIX.c b/silk/fixed/apply_sine_window_FIX.c\nindex 4502b71..84d2f85 100644\n--- a/silk/fixed/apply_sine_window_FIX.c\n+++ b/silk/fixed/apply_sine_window_FIX.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FIX.h\"\ndiff --git a/silk/fixed/autocorr_FIX.c b/silk/fixed/autocorr_FIX.c\nindex de95c98..7564a11 100644\n--- a/silk/fixed/autocorr_FIX.c\n+++ b/silk/fixed/autocorr_FIX.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FIX.h\"\ndiff --git a/silk/fixed/burg_modified_FIX.c b/silk/fixed/burg_modified_FIX.c\nindex db34829..ff9c166 100644\n--- a/silk/fixed/burg_modified_FIX.c\n+++ b/silk/fixed/burg_modified_FIX.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FIX.h\"\ndiff --git a/silk/fixed/corrMatrix_FIX.c b/silk/fixed/corrMatrix_FIX.c\nindex c617270..3b1caf6 100644\n--- a/silk/fixed/corrMatrix_FIX.c\n+++ b/silk/fixed/corrMatrix_FIX.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n /**********************************************************************\ndiff --git a/silk/fixed/encode_frame_FIX.c b/silk/fixed/encode_frame_FIX.c\nindex b490986..822edd6 100644\n--- a/silk/fixed/encode_frame_FIX.c\n+++ b/silk/fixed/encode_frame_FIX.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FIX.h\"\ndiff --git a/silk/fixed/find_LPC_FIX.c b/silk/fixed/find_LPC_FIX.c\nindex 783d32e..1f72b21 100644\n--- a/silk/fixed/find_LPC_FIX.c\n+++ b/silk/fixed/find_LPC_FIX.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FIX.h\"\ndiff --git a/silk/fixed/find_LTP_FIX.c b/silk/fixed/find_LTP_FIX.c\nindex 8c4d703..89add59 100644\n--- a/silk/fixed/find_LTP_FIX.c\n+++ b/silk/fixed/find_LTP_FIX.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FIX.h\"\ndiff --git a/silk/fixed/find_pitch_lags_FIX.c b/silk/fixed/find_pitch_lags_FIX.c\nindex 620f8dc..ca52789 100644\n--- a/silk/fixed/find_pitch_lags_FIX.c\n+++ b/silk/fixed/find_pitch_lags_FIX.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FIX.h\"\ndiff --git a/silk/fixed/find_pred_coefs_FIX.c b/silk/fixed/find_pred_coefs_FIX.c\nindex 5c22f82..1c11fc8 100644\n--- a/silk/fixed/find_pred_coefs_FIX.c\n+++ b/silk/fixed/find_pred_coefs_FIX.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FIX.h\"\ndiff --git a/silk/fixed/k2a_FIX.c b/silk/fixed/k2a_FIX.c\nindex 5fee599..2cb278b 100644\n--- a/silk/fixed/k2a_FIX.c\n+++ b/silk/fixed/k2a_FIX.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FIX.h\"\ndiff --git a/silk/fixed/k2a_Q16_FIX.c b/silk/fixed/k2a_Q16_FIX.c\nindex 3b03987..4e6020d 100644\n--- a/silk/fixed/k2a_Q16_FIX.c\n+++ b/silk/fixed/k2a_Q16_FIX.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FIX.h\"\ndiff --git a/silk/fixed/noise_shape_analysis_FIX.c b/silk/fixed/noise_shape_analysis_FIX.c\nindex e24d2e9..aa70b46 100644\n--- a/silk/fixed/noise_shape_analysis_FIX.c\n+++ b/silk/fixed/noise_shape_analysis_FIX.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FIX.h\"\ndiff --git a/silk/fixed/pitch_analysis_core_FIX.c b/silk/fixed/pitch_analysis_core_FIX.c\nindex 1641a0f..3a55ac1 100644\n--- a/silk/fixed/pitch_analysis_core_FIX.c\n+++ b/silk/fixed/pitch_analysis_core_FIX.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n /***********************************************************\ndiff --git a/silk/fixed/prefilter_FIX.c b/silk/fixed/prefilter_FIX.c\nindex d381730..d5f9bb1 100644\n--- a/silk/fixed/prefilter_FIX.c\n+++ b/silk/fixed/prefilter_FIX.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FIX.h\"\ndiff --git a/silk/fixed/process_gains_FIX.c b/silk/fixed/process_gains_FIX.c\nindex 05aba31..562f30f 100644\n--- a/silk/fixed/process_gains_FIX.c\n+++ b/silk/fixed/process_gains_FIX.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FIX.h\"\ndiff --git a/silk/fixed/regularize_correlations_FIX.c b/silk/fixed/regularize_correlations_FIX.c\nindex a2836b0..509630d 100644\n--- a/silk/fixed/regularize_correlations_FIX.c\n+++ b/silk/fixed/regularize_correlations_FIX.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FIX.h\"\ndiff --git a/silk/fixed/residual_energy16_FIX.c b/silk/fixed/residual_energy16_FIX.c\nindex ebffb2a..a4587f5 100644\n--- a/silk/fixed/residual_energy16_FIX.c\n+++ b/silk/fixed/residual_energy16_FIX.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FIX.h\"\ndiff --git a/silk/fixed/residual_energy_FIX.c b/silk/fixed/residual_energy_FIX.c\nindex 105ae31..26f17d3 100644\n--- a/silk/fixed/residual_energy_FIX.c\n+++ b/silk/fixed/residual_energy_FIX.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FIX.h\"\ndiff --git a/silk/fixed/schur64_FIX.c b/silk/fixed/schur64_FIX.c\nindex 764a10e..8abb09f 100644\n--- a/silk/fixed/schur64_FIX.c\n+++ b/silk/fixed/schur64_FIX.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FIX.h\"\ndiff --git a/silk/fixed/schur_FIX.c b/silk/fixed/schur_FIX.c\nindex c4c0ef2..109bb6c 100644\n--- a/silk/fixed/schur_FIX.c\n+++ b/silk/fixed/schur_FIX.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FIX.h\"\ndiff --git a/silk/fixed/solve_LS_FIX.c b/silk/fixed/solve_LS_FIX.c\nindex 51d7d49..8e70055 100644\n--- a/silk/fixed/solve_LS_FIX.c\n+++ b/silk/fixed/solve_LS_FIX.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FIX.h\"\ndiff --git a/silk/fixed/vector_ops_FIX.c b/silk/fixed/vector_ops_FIX.c\nindex 509c8b3..6268b0f 100644\n--- a/silk/fixed/vector_ops_FIX.c\n+++ b/silk/fixed/vector_ops_FIX.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FIX.h\"\ndiff --git a/silk/fixed/warped_autocorrelation_FIX.c b/silk/fixed/warped_autocorrelation_FIX.c\nindex a4a579b..21dece6 100644\n--- a/silk/fixed/warped_autocorrelation_FIX.c\n+++ b/silk/fixed/warped_autocorrelation_FIX.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FIX.h\"\ndiff --git a/silk/float/LPC_analysis_filter_FLP.c b/silk/float/LPC_analysis_filter_FLP.c\nindex cae89a0..d19229d 100644\n--- a/silk/float/LPC_analysis_filter_FLP.c\n+++ b/silk/float/LPC_analysis_filter_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include <stdlib.h>\ndiff --git a/silk/float/LPC_inv_pred_gain_FLP.c b/silk/float/LPC_inv_pred_gain_FLP.c\nindex 25178ba..9aa07fa 100644\n--- a/silk/float/LPC_inv_pred_gain_FLP.c\n+++ b/silk/float/LPC_inv_pred_gain_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FIX.h\"\ndiff --git a/silk/float/LTP_analysis_filter_FLP.c b/silk/float/LTP_analysis_filter_FLP.c\nindex 849b7c1..3c529a5 100644\n--- a/silk/float/LTP_analysis_filter_FLP.c\n+++ b/silk/float/LTP_analysis_filter_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FLP.h\"\ndiff --git a/silk/float/LTP_scale_ctrl_FLP.c b/silk/float/LTP_scale_ctrl_FLP.c\nindex 8dbe29d..d7b44e4 100644\n--- a/silk/float/LTP_scale_ctrl_FLP.c\n+++ b/silk/float/LTP_scale_ctrl_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FLP.h\"\ndiff --git a/silk/float/apply_sine_window_FLP.c b/silk/float/apply_sine_window_FLP.c\nindex 6aae57c..006ba70 100644\n--- a/silk/float/apply_sine_window_FLP.c\n+++ b/silk/float/apply_sine_window_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FLP.h\"\ndiff --git a/silk/float/autocorrelation_FLP.c b/silk/float/autocorrelation_FLP.c\nindex 8b8a9e6..d100279 100644\n--- a/silk/float/autocorrelation_FLP.c\n+++ b/silk/float/autocorrelation_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"typedef.h\"\ndiff --git a/silk/float/burg_modified_FLP.c b/silk/float/burg_modified_FLP.c\nindex ea5dc25..d6e3f37 100644\n--- a/silk/float/burg_modified_FLP.c\n+++ b/silk/float/burg_modified_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FLP.h\"\ndiff --git a/silk/float/bwexpander_FLP.c b/silk/float/bwexpander_FLP.c\nindex d55a4d7..8032594 100644\n--- a/silk/float/bwexpander_FLP.c\n+++ b/silk/float/bwexpander_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FLP.h\"\ndiff --git a/silk/float/corrMatrix_FLP.c b/silk/float/corrMatrix_FLP.c\nindex eae6a1c..a46d732 100644\n--- a/silk/float/corrMatrix_FLP.c\n+++ b/silk/float/corrMatrix_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n /**********************************************************************\ndiff --git a/silk/float/encode_frame_FLP.c b/silk/float/encode_frame_FLP.c\nindex d54e268..b8ff8cd 100644\n--- a/silk/float/encode_frame_FLP.c\n+++ b/silk/float/encode_frame_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FLP.h\"\ndiff --git a/silk/float/energy_FLP.c b/silk/float/energy_FLP.c\nindex 24b8179..cabbae1 100644\n--- a/silk/float/energy_FLP.c\n+++ b/silk/float/energy_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FLP.h\"\ndiff --git a/silk/float/find_LPC_FLP.c b/silk/float/find_LPC_FLP.c\nindex 61c1ad9..7539ee5 100644\n--- a/silk/float/find_LPC_FLP.c\n+++ b/silk/float/find_LPC_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"define.h\"\ndiff --git a/silk/float/find_LTP_FLP.c b/silk/float/find_LTP_FLP.c\nindex 7229996..486f051 100644\n--- a/silk/float/find_LTP_FLP.c\n+++ b/silk/float/find_LTP_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FLP.h\"\ndiff --git a/silk/float/find_pitch_lags_FLP.c b/silk/float/find_pitch_lags_FLP.c\nindex f3b22d2..8611747 100644\n--- a/silk/float/find_pitch_lags_FLP.c\n+++ b/silk/float/find_pitch_lags_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include <stdlib.h>\ndiff --git a/silk/float/find_pred_coefs_FLP.c b/silk/float/find_pred_coefs_FLP.c\nindex ea2c6c4..faa7b91 100644\n--- a/silk/float/find_pred_coefs_FLP.c\n+++ b/silk/float/find_pred_coefs_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FLP.h\"\ndiff --git a/silk/float/inner_product_FLP.c b/silk/float/inner_product_FLP.c\nindex 029c012..a95e57e 100644\n--- a/silk/float/inner_product_FLP.c\n+++ b/silk/float/inner_product_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FLP.h\"\ndiff --git a/silk/float/k2a_FLP.c b/silk/float/k2a_FLP.c\nindex 12af4e7..4da7037 100644\n--- a/silk/float/k2a_FLP.c\n+++ b/silk/float/k2a_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FLP.h\"\ndiff --git a/silk/float/levinsondurbin_FLP.c b/silk/float/levinsondurbin_FLP.c\nindex f0ba606..c1532f1 100644\n--- a/silk/float/levinsondurbin_FLP.c\n+++ b/silk/float/levinsondurbin_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FLP.h\"\ndiff --git a/silk/float/noise_shape_analysis_FLP.c b/silk/float/noise_shape_analysis_FLP.c\nindex 65f6ea5..fc61076 100644\n--- a/silk/float/noise_shape_analysis_FLP.c\n+++ b/silk/float/noise_shape_analysis_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FLP.h\"\ndiff --git a/silk/float/pitch_analysis_core_FLP.c b/silk/float/pitch_analysis_core_FLP.c\nindex e58f041..e7dd5d4 100644\n--- a/silk/float/pitch_analysis_core_FLP.c\n+++ b/silk/float/pitch_analysis_core_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n /*****************************************************************************\ndiff --git a/silk/float/prefilter_FLP.c b/silk/float/prefilter_FLP.c\nindex 8bc32fb..427f86b 100644\n--- a/silk/float/prefilter_FLP.c\n+++ b/silk/float/prefilter_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FLP.h\"\ndiff --git a/silk/float/process_gains_FLP.c b/silk/float/process_gains_FLP.c\nindex c0da0da..f13ba12 100644\n--- a/silk/float/process_gains_FLP.c\n+++ b/silk/float/process_gains_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FLP.h\"\ndiff --git a/silk/float/regularize_correlations_FLP.c b/silk/float/regularize_correlations_FLP.c\nindex df46126..1623924 100644\n--- a/silk/float/regularize_correlations_FLP.c\n+++ b/silk/float/regularize_correlations_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FLP.h\"\ndiff --git a/silk/float/residual_energy_FLP.c b/silk/float/residual_energy_FLP.c\nindex b2e03a8..16816f9 100644\n--- a/silk/float/residual_energy_FLP.c\n+++ b/silk/float/residual_energy_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FLP.h\"\ndiff --git a/silk/float/scale_copy_vector_FLP.c b/silk/float/scale_copy_vector_FLP.c\nindex 20db32b..1b8ddbe 100644\n--- a/silk/float/scale_copy_vector_FLP.c\n+++ b/silk/float/scale_copy_vector_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FLP.h\"\ndiff --git a/silk/float/scale_vector_FLP.c b/silk/float/scale_vector_FLP.c\nindex 108fdcb..852aba1 100644\n--- a/silk/float/scale_vector_FLP.c\n+++ b/silk/float/scale_vector_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FLP.h\"\ndiff --git a/silk/float/schur_FLP.c b/silk/float/schur_FLP.c\nindex ee436f8..e358905 100644\n--- a/silk/float/schur_FLP.c\n+++ b/silk/float/schur_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FLP.h\"\ndiff --git a/silk/float/solve_LS_FLP.c b/silk/float/solve_LS_FLP.c\nindex 7c90d66..94a6b7f 100644\n--- a/silk/float/solve_LS_FLP.c\n+++ b/silk/float/solve_LS_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FLP.h\"\ndiff --git a/silk/float/sort_FLP.c b/silk/float/sort_FLP.c\nindex f08d759..2abc538 100644\n--- a/silk/float/sort_FLP.c\n+++ b/silk/float/sort_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n /* Insertion sort (fast for already almost sorted arrays): */\ndiff --git a/silk/float/warped_autocorrelation_FLP.c b/silk/float/warped_autocorrelation_FLP.c\nindex 542414f..9bd80f8 100644\n--- a/silk/float/warped_autocorrelation_FLP.c\n+++ b/silk/float/warped_autocorrelation_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FLP.h\"\ndiff --git a/silk/float/wrappers_FLP.c b/silk/float/wrappers_FLP.c\nindex 350599b..3ac360b 100644\n--- a/silk/float/wrappers_FLP.c\n+++ b/silk/float/wrappers_FLP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main_FLP.h\"\ndiff --git a/silk/gain_quant.c b/silk/gain_quant.c\nindex 64ccd06..943362a 100644\n--- a/silk/gain_quant.c\n+++ b/silk/gain_quant.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/init_decoder.c b/silk/init_decoder.c\nindex f887c67..e38ac06 100644\n--- a/silk/init_decoder.c\n+++ b/silk/init_decoder.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/init_encoder.c b/silk/init_encoder.c\nindex 65995c3..c0e8c50 100644\n--- a/silk/init_encoder.c\n+++ b/silk/init_encoder.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n #ifdef FIXED_POINT\n #include \"main_FIX.h\"\ndiff --git a/silk/inner_prod_aligned.c b/silk/inner_prod_aligned.c\nindex 257ae9e..7476167 100644\n--- a/silk/inner_prod_aligned.c\n+++ b/silk/inner_prod_aligned.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FIX.h\"\ndiff --git a/silk/interpolate.c b/silk/interpolate.c\nindex 1bd8ca4..cc39de9 100644\n--- a/silk/interpolate.c\n+++ b/silk/interpolate.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/lin2log.c b/silk/lin2log.c\nindex d4fe515..06000f0 100644\n--- a/silk/lin2log.c\n+++ b/silk/lin2log.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FIX.h\"\ndiff --git a/silk/log2lin.c b/silk/log2lin.c\nindex a692e00..b14700f 100644\n--- a/silk/log2lin.c\n+++ b/silk/log2lin.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FIX.h\"\ndiff --git a/silk/macros.h b/silk/macros.h\nindex a84e5a5..0b7c4fb 100644\n--- a/silk/macros.h\n+++ b/silk/macros.h\n@@ -29,7 +29,7 @@ POSSIBILITY OF SUCH DAMAGE.\n #define SILK_MACROS_H\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"opus_types.h\"\ndiff --git a/silk/pitch_est_tables.c b/silk/pitch_est_tables.c\nindex 81a8bac..728dee6 100644\n--- a/silk/pitch_est_tables.c\n+++ b/silk/pitch_est_tables.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"typedef.h\"\ndiff --git a/silk/process_NLSFs.c b/silk/process_NLSFs.c\nindex c27cf03..751040d 100644\n--- a/silk/process_NLSFs.c\n+++ b/silk/process_NLSFs.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/quant_LTP_gains.c b/silk/quant_LTP_gains.c\nindex fd0870d..122457b 100644\n--- a/silk/quant_LTP_gains.c\n+++ b/silk/quant_LTP_gains.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/resampler.c b/silk/resampler.c\nindex 374fbb3..3494f71 100644\n--- a/silk/resampler.c\n+++ b/silk/resampler.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n /*\ndiff --git a/silk/resampler_down2.c b/silk/resampler_down2.c\nindex cec3634..8ee0aab 100644\n--- a/silk/resampler_down2.c\n+++ b/silk/resampler_down2.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FIX.h\"\ndiff --git a/silk/resampler_down2_3.c b/silk/resampler_down2_3.c\nindex 4342614..983595c 100644\n--- a/silk/resampler_down2_3.c\n+++ b/silk/resampler_down2_3.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FIX.h\"\ndiff --git a/silk/resampler_private_AR2.c b/silk/resampler_private_AR2.c\nindex 5fff237..74b60b9 100644\n--- a/silk/resampler_private_AR2.c\n+++ b/silk/resampler_private_AR2.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FIX.h\"\ndiff --git a/silk/resampler_private_IIR_FIR.c b/silk/resampler_private_IIR_FIR.c\nindex 6b2b3a2..acd6c6a 100644\n--- a/silk/resampler_private_IIR_FIR.c\n+++ b/silk/resampler_private_IIR_FIR.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FIX.h\"\ndiff --git a/silk/resampler_private_down_FIR.c b/silk/resampler_private_down_FIR.c\nindex 783e42b..b7c6c05 100644\n--- a/silk/resampler_private_down_FIR.c\n+++ b/silk/resampler_private_down_FIR.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FIX.h\"\ndiff --git a/silk/resampler_private_up2_HQ.c b/silk/resampler_private_up2_HQ.c\nindex c7ec8de..e201f2c 100644\n--- a/silk/resampler_private_up2_HQ.c\n+++ b/silk/resampler_private_up2_HQ.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FIX.h\"\ndiff --git a/silk/resampler_rom.c b/silk/resampler_rom.c\nindex 2d50270..d7462c8 100644\n--- a/silk/resampler_rom.c\n+++ b/silk/resampler_rom.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n /* Filter coefficients for IIR/FIR polyphase resampling *\ndiff --git a/silk/shell_coder.c b/silk/shell_coder.c\nindex 796f57d..678b9f8 100644\n--- a/silk/shell_coder.c\n+++ b/silk/shell_coder.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/sigm_Q15.c b/silk/sigm_Q15.c\nindex 3c507d2..18df68a 100644\n--- a/silk/sigm_Q15.c\n+++ b/silk/sigm_Q15.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n /* Approximate sigmoid function */\ndiff --git a/silk/sort.c b/silk/sort.c\nindex 8670dbd..3649f08 100644\n--- a/silk/sort.c\n+++ b/silk/sort.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n /* Insertion sort (fast for already almost sorted arrays): */\ndiff --git a/silk/stereo_LR_to_MS.c b/silk/stereo_LR_to_MS.c\nindex 42906e6..48cce53 100644\n--- a/silk/stereo_LR_to_MS.c\n+++ b/silk/stereo_LR_to_MS.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/stereo_MS_to_LR.c b/silk/stereo_MS_to_LR.c\nindex 62521a4..883dcf1 100644\n--- a/silk/stereo_MS_to_LR.c\n+++ b/silk/stereo_MS_to_LR.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/stereo_decode_pred.c b/silk/stereo_decode_pred.c\nindex 56ba392..8e6c8c4 100644\n--- a/silk/stereo_decode_pred.c\n+++ b/silk/stereo_decode_pred.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/stereo_encode_pred.c b/silk/stereo_encode_pred.c\nindex e6dd195..770978e 100644\n--- a/silk/stereo_encode_pred.c\n+++ b/silk/stereo_encode_pred.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/stereo_find_predictor.c b/silk/stereo_find_predictor.c\nindex e30e90b..39c9e33 100644\n--- a/silk/stereo_find_predictor.c\n+++ b/silk/stereo_find_predictor.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/stereo_quant_pred.c b/silk/stereo_quant_pred.c\nindex d4ced6c..2d474d6 100644\n--- a/silk/stereo_quant_pred.c\n+++ b/silk/stereo_quant_pred.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"main.h\"\ndiff --git a/silk/sum_sqr_shift.c b/silk/sum_sqr_shift.c\nindex 12514c9..a2787ac 100644\n--- a/silk/sum_sqr_shift.c\n+++ b/silk/sum_sqr_shift.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"SigProc_FIX.h\"\ndiff --git a/silk/table_LSF_cos.c b/silk/table_LSF_cos.c\nindex ec9dc63..ea3eec8 100644\n--- a/silk/table_LSF_cos.c\n+++ b/silk/table_LSF_cos.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"tables.h\"\ndiff --git a/silk/tables_LTP.c b/silk/tables_LTP.c\nindex 0e6a025..1d9c283 100644\n--- a/silk/tables_LTP.c\n+++ b/silk/tables_LTP.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"tables.h\"\ndiff --git a/silk/tables_NLSF_CB_NB_MB.c b/silk/tables_NLSF_CB_NB_MB.c\nindex 8c59d20..976de8d 100644\n--- a/silk/tables_NLSF_CB_NB_MB.c\n+++ b/silk/tables_NLSF_CB_NB_MB.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"tables.h\"\ndiff --git a/silk/tables_NLSF_CB_WB.c b/silk/tables_NLSF_CB_WB.c\nindex 50af87e..cd33ba3 100644\n--- a/silk/tables_NLSF_CB_WB.c\n+++ b/silk/tables_NLSF_CB_WB.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"tables.h\"\ndiff --git a/silk/tables_gain.c b/silk/tables_gain.c\nindex 37e41d8..ab3be84 100644\n--- a/silk/tables_gain.c\n+++ b/silk/tables_gain.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"tables.h\"\ndiff --git a/silk/tables_other.c b/silk/tables_other.c\nindex 398686b..471c578 100644\n--- a/silk/tables_other.c\n+++ b/silk/tables_other.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"structs.h\"\ndiff --git a/silk/tables_pitch_lag.c b/silk/tables_pitch_lag.c\nindex e80cc59..6364029 100644\n--- a/silk/tables_pitch_lag.c\n+++ b/silk/tables_pitch_lag.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"tables.h\"\ndiff --git a/silk/tables_pulses_per_block.c b/silk/tables_pulses_per_block.c\nindex c7c01c8..c4d3e86 100644\n--- a/silk/tables_pulses_per_block.c\n+++ b/silk/tables_pulses_per_block.c\n@@ -26,7 +26,7 @@ POSSIBILITY OF SUCH DAMAGE.\n ***********************************************************************/\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"tables.h\"\ndiff --git a/src/analysis.c b/src/analysis.c\nindex 778a62a..8808be6 100644\n--- a/src/analysis.c\n+++ b/src/analysis.c\n@@ -26,7 +26,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"kiss_fft.h\"\ndiff --git a/src/mlp.c b/src/mlp.c\nindex 4638602..5478f63 100644\n--- a/src/mlp.c\n+++ b/src/mlp.c\n@@ -26,7 +26,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"opus_types.h\"\ndiff --git a/src/opus.c b/src/opus.c\nindex 30890b9..29d8904 100644\n--- a/src/opus.c\n+++ b/src/opus.c\n@@ -26,7 +26,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"opus.h\"\ndiff --git a/src/opus_decoder.c b/src/opus_decoder.c\nindex 919ba52..ca9ec3c 100644\n--- a/src/opus_decoder.c\n+++ b/src/opus_decoder.c\n@@ -26,7 +26,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-# include \"config.h\"\n+# include \"./config.h\"\n #endif\n \n #ifndef OPUS_BUILD\ndiff --git a/src/opus_demo.c b/src/opus_demo.c\nindex f8cdf03..40527a5 100644\n--- a/src/opus_demo.c\n+++ b/src/opus_demo.c\n@@ -27,7 +27,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include <stdio.h>\ndiff --git a/src/opus_encoder.c b/src/opus_encoder.c\nindex fbd3de6..fa03234 100644\n--- a/src/opus_encoder.c\n+++ b/src/opus_encoder.c\n@@ -26,7 +26,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include <stdarg.h>\ndiff --git a/src/opus_multistream.c b/src/opus_multistream.c\nindex 09c3639..1d91820 100644\n--- a/src/opus_multistream.c\n+++ b/src/opus_multistream.c\n@@ -26,7 +26,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"opus_multistream.h\"\ndiff --git a/src/opus_multistream_decoder.c b/src/opus_multistream_decoder.c\nindex a05fa1e..fdafdbb 100644\n--- a/src/opus_multistream_decoder.c\n+++ b/src/opus_multistream_decoder.c\n@@ -26,7 +26,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"opus_multistream.h\"\ndiff --git a/src/opus_multistream_encoder.c b/src/opus_multistream_encoder.c\nindex 49e2791..eb7e632 100644\n--- a/src/opus_multistream_encoder.c\n+++ b/src/opus_multistream_encoder.c\n@@ -26,7 +26,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"opus_multistream.h\"\ndiff --git a/src/repacketizer.c b/src/repacketizer.c\nindex a62675c..ec0cd28 100644\n--- a/src/repacketizer.c\n+++ b/src/repacketizer.c\n@@ -26,7 +26,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"opus.h\"\ndiff --git a/src/repacketizer_demo.c b/src/repacketizer_demo.c\nindex dc05c1b..4881560 100644\n--- a/src/repacketizer_demo.c\n+++ b/src/repacketizer_demo.c\n@@ -26,7 +26,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include \"opus.h\"\ndiff --git a/tests/test_opus_api.c b/tests/test_opus_api.c\nindex bafe4e4..94f92a1 100644\n--- a/tests/test_opus_api.c\n+++ b/tests/test_opus_api.c\n@@ -42,7 +42,7 @@\n run inside valgrind. Malloc failure testing requires glibc. */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include <stdio.h>\ndiff --git a/tests/test_opus_decode.c b/tests/test_opus_decode.c\nindex 9c0eb9c..72859cc 100644\n--- a/tests/test_opus_decode.c\n+++ b/tests/test_opus_decode.c\n@@ -26,7 +26,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include <stdio.h>\ndiff --git a/tests/test_opus_encode.c b/tests/test_opus_encode.c\nindex 132d074..327bd48 100644\n--- a/tests/test_opus_encode.c\n+++ b/tests/test_opus_encode.c\n@@ -26,7 +26,7 @@\n */\n \n #ifdef HAVE_CONFIG_H\n-#include \"config.h\"\n+#include \"./config.h\"\n #endif\n \n #include <stdio.h>\n-- \n2.4.2\n\nCONFIG_INCLUDE\n\npatch -p1 < config-include.patch\n",
"subspecs": [
{
"name": "fixed",
"source_files": [
"src/config.h",
"include/*.h",
"silk/*.{c,h}",
"celt/*.{c,h}",
"src/opus.c",
"src/opus_decoder.c",
"src/opus_encoder.c",
"src/opus_multistream.c",
"src/opus_multistream_encoder.c",
"src/opus_multistream_decoder.c",
"src/repacketizer.c",
"src/analysis.c",
"src/mlp.c",
"src/mlp_data.c",
"include/opus.h",
"include/opus_multistream.h",
"src/opus_private.h",
"src/analysis.h",
"src/mlp.h",
"src/tansig_table.h",
"silk/fixed"
],
"public_header_files": [
"include/*.h"
],
"exclude_files": "celt/opus_custom_demo.c",
"compiler_flags": [
"-w",
"-Xanalyzer",
"-analyzer-disable-checker",
"-DHAVE_CONFIG_H=1",
"-O3",
"-DFIXED_POINT"
]
},
{
"name": "float",
"source_files": [
"src/config.h",
"include/*.h",
"silk/*.{c,h}",
"celt/*.{c,h}",
"src/opus.c",
"src/opus_decoder.c",
"src/opus_encoder.c",
"src/opus_multistream.c",
"src/opus_multistream_encoder.c",
"src/opus_multistream_decoder.c",
"src/repacketizer.c",
"src/analysis.c",
"src/mlp.c",
"src/mlp_data.c",
"include/opus.h",
"include/opus_multistream.h",
"src/opus_private.h",
"src/analysis.h",
"src/mlp.h",
"src/tansig_table.h",
"silk/float",
"celt/x86"
],
"public_header_files": [
"include/*.h"
],
"exclude_files": "celt/opus_custom_demo.c",
"compiler_flags": [
"-w",
"-Xanalyzer",
"-analyzer-disable-checker",
"-DHAVE_CONFIG_H=1",
"-O3",
"-DFLOATING_POINT"
]
}
]
}