mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
#include config.h
This commit is contained in:
@@ -22,6 +22,10 @@
|
||||
|
||||
#include "FLAC/ordinals.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
typedef enum {
|
||||
FLAC__CPUINFO_TYPE_IA32,
|
||||
FLAC__CPUINFO_TYPE_UNKNOWN
|
||||
|
||||
@@ -22,6 +22,10 @@
|
||||
|
||||
#include "FLAC/format.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* FLAC__fixed_compute_best_predictor()
|
||||
* --------------------------------------------------------------------
|
||||
|
||||
@@ -20,9 +20,11 @@
|
||||
#ifndef FLAC__PRIVATE__LPC_H
|
||||
#define FLAC__PRIVATE__LPC_H
|
||||
|
||||
#include "FLAC/ordinals.h"
|
||||
#include "FLAC/format.h"
|
||||
|
||||
#define FLAC__MAX_LPC_ORDER (32u)
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* FLAC__lpc_compute_autocorrelation()
|
||||
|
||||
Reference in New Issue
Block a user