include config.h in all sources

After we've been hit by Large File Support problems several times in
the past week (which only occur on 32 bit platforms, which I don't
have), this is yet another attempt to fix the issue.
This commit is contained in:
Max Kellermann
2009-11-12 09:12:38 +01:00
parent 8068fd5228
commit 5b82ffc291
212 changed files with 329 additions and 65 deletions

1
src/decoder/.#flac_plugin.c Symbolic link
View File

@@ -0,0 +1 @@
max@woodpecker.roonstrasse.net.11431:1257744648

View File

@@ -21,6 +21,7 @@
* Common data structures and functions used by FLAC and OggFLAC
*/
#include "config.h"
#include "_flac_common.h"
#include "flac_metadata.h"
#include "flac_pcm.h"

View File

@@ -21,8 +21,8 @@
* Common functions used for Ogg data streams (Ogg-Vorbis and OggFLAC)
*/
#include "config.h"
#include "_ogg_common.h"
#include "../utils.h"
ogg_stream_type ogg_stream_type_detect(struct input_stream *inStream)
{

View File

@@ -24,7 +24,7 @@
#ifndef MPD_OGG_COMMON_H
#define MPD_OGG_COMMON_H
#include "../decoder_api.h"
#include "decoder_api.h"
typedef enum _ogg_stream_type { VORBIS, FLAC } ogg_stream_type;

View File

@@ -17,7 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "../decoder_api.h"
#include "config.h"
#include "decoder_api.h"
#include <audiofile.h>
#include <af_vfs.h>

View File

@@ -17,9 +17,9 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "../decoder_api.h"
#include "decoder_buffer.h"
#include "config.h"
#include "decoder_api.h"
#include "decoder_buffer.h"
#define AAC_MAX_CHANNELS 6

View File

@@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "../decoder_api.h"
#include "config.h"
#include "decoder_api.h"
#include <glib.h>

View File

@@ -17,6 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include "flac_metadata.h"
#include "replay_gain.h"
#include "tag.h"

View File

@@ -17,6 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include "flac_pcm.h"
static void flac_convert_stereo16(int16_t *dest,

View File

@@ -26,9 +26,10 @@
*
*/
#include "../decoder_api.h"
#include "../timer.h"
#include "../conf.h"
#include "config.h"
#include "decoder_api.h"
#include "timer.h"
#include "conf.h"
#include <glib.h>

View File

@@ -17,9 +17,9 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "../decoder_api.h"
#include "../conf.h"
#include "config.h"
#include "decoder_api.h"
#include "conf.h"
#include "tag_id3.h"
#include <assert.h>

View File

@@ -17,7 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "../decoder_api.h"
#include "config.h"
#include "decoder_api.h"
#include <glib.h>
#include <mikmod.h>

View File

@@ -17,7 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "../decoder_api.h"
#include "config.h"
#include "decoder_api.h"
#include <glib.h>
#include <modplug.h>

View File

@@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "../decoder_api.h"
#include "config.h"
#include "decoder_api.h"
#include <glib.h>

View File

@@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "../decoder_api.h"
#include "config.h"
#include "decoder_api.h"
#ifdef MPC_IS_OLD_API
#include <mpcdec/mpcdec.h>

View File

@@ -17,6 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
extern "C" {
#include "../decoder_api.h"
}

View File

@@ -17,6 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include "decoder_api.h"
#include <sndfile.h>

View File

@@ -17,11 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* TODO 'ogg' should probably be replaced with 'oggvorbis' in all instances */
#include "config.h" /* must be first for large file support */
#include "_ogg_common.h"
#include "config.h"
#include "_ogg_common.h"
#include "uri.h"
#ifndef HAVE_TREMOR

View File

@@ -17,9 +17,10 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "../decoder_api.h"
#include "../path.h"
#include "../utils.h"
#include "config.h"
#include "decoder_api.h"
#include "path.h"
#include "utils.h"
#include <wavpack/wavpack.h>
#include <glib.h>

View File

@@ -17,7 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "../decoder_api.h"
#include "config.h"
#include "decoder_api.h"
#include <glib.h>