Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
5e31be15
Commit
5e31be15
authored
Dec 04, 2002
by
Josh Coalson
Browse files
#include config.h
parent
4fa90599
Changes
11
Hide whitespace changes
Inline
Side-by-side
src/flac/decode.h
View file @
5e31be15
...
...
@@ -21,6 +21,10 @@
#include
"analyze.h"
#ifdef HAVE_CONFIG_H
#include
<config.h>
#endif
typedef
struct
{
FLAC__bool
verbose
;
FLAC__bool
continue_through_decode_errors
;
...
...
src/libFLAC/cpu.c
View file @
5e31be15
...
...
@@ -21,6 +21,10 @@
#include
<stdlib.h>
#include
<stdio.h>
#ifdef HAVE_CONFIG_H
#include
<config.h>
#endif
const
unsigned
FLAC__CPUINFO_IA32_CPUID_CMOV
=
0x00008000
;
const
unsigned
FLAC__CPUINFO_IA32_CPUID_MMX
=
0x00800000
;
const
unsigned
FLAC__CPUINFO_IA32_CPUID_FXSR
=
0x01000000
;
...
...
src/libFLAC/include/private/cpu.h
View file @
5e31be15
...
...
@@ -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
...
...
src/libFLAC/include/private/fixed.h
View file @
5e31be15
...
...
@@ -22,6 +22,10 @@
#include
"FLAC/format.h"
#ifdef HAVE_CONFIG_H
#include
<config.h>
#endif
/*
* FLAC__fixed_compute_best_predictor()
* --------------------------------------------------------------------
...
...
src/libFLAC/include/private/lpc.h
View file @
5e31be15
...
...
@@ -20,9 +20,11 @@
#ifndef FLAC__PRIVATE__LPC_H
#define FLAC__PRIVATE__LPC_H
#include
"FLAC/or
dinals
.h"
#include
"FLAC/
f
or
mat
.h"
#define FLAC__MAX_LPC_ORDER (32u)
#ifdef HAVE_CONFIG_H
#include
<config.h>
#endif
/*
* FLAC__lpc_compute_autocorrelation()
...
...
src/libFLAC/md5.c
View file @
5e31be15
...
...
@@ -28,6 +28,10 @@
#include
"private/md5.h"
#ifdef HAVE_CONFIG_H
#include
<config.h>
#endif
#ifndef FLaC__INLINE
#define FLaC__INLINE
#endif
...
...
src/libFLAC/memory.c
View file @
5e31be15
...
...
@@ -20,6 +20,10 @@
#include
"private/memory.h"
#include
"FLAC/assert.h"
#ifdef HAVE_CONFIG_H
#include
<config.h>
#endif
void
*
FLAC__memory_alloc_aligned
(
size_t
bytes
,
void
**
aligned_address
)
{
void
*
x
;
...
...
src/libFLAC/stream_decoder.c
View file @
5e31be15
...
...
@@ -30,6 +30,10 @@
#include
"private/format.h"
#include
"private/lpc.h"
#ifdef HAVE_CONFIG_H
#include
<config.h>
#endif
#ifdef max
#undef max
#endif
...
...
src/libFLAC/stream_encoder.c
View file @
5e31be15
...
...
@@ -35,6 +35,10 @@
#include
"private/memory.h"
#include
"private/stream_encoder_framing.h"
#ifdef HAVE_CONFIG_H
#include
<config.h>
#endif
#ifdef min
#undef min
#endif
...
...
src/plugin_common/id3v2.c
View file @
5e31be15
...
...
@@ -35,6 +35,10 @@
#include
"id3v1.h"
/* for genre stuff */
#include
"locale_hack.h"
#ifdef HAVE_CONFIG_H
#include
<config.h>
#endif
#define ID3V2_MAX_STRING_LEN 4096
#define NUMBER_TRACK_FORMATED 1
...
...
src/share/utf8/charset.c
View file @
5e31be15
...
...
@@ -27,6 +27,10 @@
* 8-bit char, 16-bit short and 32-bit int.
*/
#ifdef HAVE_CONFIG_H
#include
<config.h>
#endif
#ifndef HAVE_ICONV
/* should be ifdef USE_CHARSET_CONVERT */
#include
<stdlib.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment