Skip to content

Commit a381668

Browse files
committed
Remove requirment for defining HAVE_CONFIG_H
1 parent 925910f commit a381668

File tree

133 files changed

+4
-268
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+4
-268
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=esp32_opus
2-
version=1.0.2
2+
version=1.0.3
33
author=sh123
44
maintainer=sh123
55
sentence=OPUS Arduino library for ESP32.

src/A2NLSF.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ POSSIBILITY OF SUCH DAMAGE.
3131
/* Therefore the result is not accurate NLSFs, but the two */
3232
/* functions are accurate inverses of each other */
3333

34-
#ifdef HAVE_CONFIG_H
3534
#include "config.h"
36-
#endif
3735

3836
#include "SigProc_FIX.h"
3937
#include "tables.h"

src/CNG.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2525
POSSIBILITY OF SUCH DAMAGE.
2626
***********************************************************************/
2727

28-
#ifdef HAVE_CONFIG_H
2928
#include "config.h"
30-
#endif
3129

3230
#include "main.h"
3331
#include "stack_alloc.h"

src/HP_variable_cutoff.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2525
POSSIBILITY OF SUCH DAMAGE.
2626
***********************************************************************/
2727

28-
#ifdef HAVE_CONFIG_H
2928
#include "config.h"
30-
#endif
3129
#ifdef FIXED_POINT
3230
#include "main_FIX.h"
3331
#else

src/LPC_analysis_filter.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2525
POSSIBILITY OF SUCH DAMAGE.
2626
***********************************************************************/
2727

28-
#ifdef HAVE_CONFIG_H
2928
#include "config.h"
30-
#endif
3129

3230
#include "SigProc_FIX.h"
3331
#include "celt_lpc.h"

src/LPC_fit.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2525
POSSIBILITY OF SUCH DAMAGE.
2626
***********************************************************************/
2727

28-
#ifdef HAVE_CONFIG_H
2928
#include "config.h"
30-
#endif
3129

3230
#include "SigProc_FIX.h"
3331

src/LPC_inv_pred_gain.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2525
POSSIBILITY OF SUCH DAMAGE.
2626
***********************************************************************/
2727

28-
#ifdef HAVE_CONFIG_H
2928
#include "config.h"
30-
#endif
3129

3230
#include "SigProc_FIX.h"
3331
#include "define.h"

src/LP_variable_cutoff.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2525
POSSIBILITY OF SUCH DAMAGE.
2626
***********************************************************************/
2727

28-
#ifdef HAVE_CONFIG_H
2928
#include "config.h"
30-
#endif
3129

3230
/*
3331
Elliptic/Cauer filters designed with 0.1 dB passband ripple,

src/LTP_analysis_filter_FIX.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2525
POSSIBILITY OF SUCH DAMAGE.
2626
***********************************************************************/
2727

28-
#ifdef HAVE_CONFIG_H
2928
#include "config.h"
30-
#endif
3129

3230
#include "main_FIX.h"
3331

src/LTP_scale_ctrl_FIX.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2525
POSSIBILITY OF SUCH DAMAGE.
2626
***********************************************************************/
2727

28-
#ifdef HAVE_CONFIG_H
2928
#include "config.h"
30-
#endif
3129

3230
#include "main_FIX.h"
3331

0 commit comments

Comments
 (0)