Unify include paths, -I.. is in CFLAGS.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16990 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-11-15 18:14:07 +00:00
parent 259a3a185a
commit 19a7b5869b
11 changed files with 19 additions and 19 deletions

View File

@ -29,7 +29,7 @@
#define real float /* ugly - but only way */
#include "../mangle.h"
#include "mangle.h"
#ifdef __DCT36_OPTIMIZE_FOR_K7
void dct36_3dnowex(real *inbuf, real *o1,

View File

@ -9,8 +9,8 @@
*/
#define real float /* ugly - but only way */
#include "../config.h"
#include "../mangle.h"
#include "config.h"
#include "mangle.h"
static unsigned long long int attribute_used __attribute__((aligned(8))) x_plus_minus_3dnow = 0x8000000000000000ULL;
static float attribute_used plus_1f = 1.0;

View File

@ -3,7 +3,7 @@
* See ChangeLog of mpg123-0.59s-pre.1 for detail
* Applied to mplayer by Nick Kurshev <nickols_k@mail.ru>
*/
#include "../mangle.h"
#include "mangle.h"
#define real float /* ugly - but only way */
void dct64_MMX(real *a,real *b,real *c)

View File

@ -9,8 +9,8 @@
*/
#define real float /* ugly - but only way */
#include "../config.h"
#include "../mangle.h"
#include "config.h"
#include "mangle.h"
static unsigned long long int attribute_used __attribute__((aligned(8))) x_plus_minus_3dnow = 0x8000000000000000ULL;
static float attribute_used plus_1f = 1.0;

View File

@ -17,7 +17,7 @@
*/
#include "../config.h"
#include "config.h"
#if 0
/* old WRITE_SAMPLE */

View File

@ -7,8 +7,8 @@
* Local ChangeLog:
* - Partial loops unrolling and removing MOVW insn from loops
*/
#include "../config.h"
#include "../mangle.h"
#include "config.h"
#include "mangle.h"
#define real float /* ugly - but only way */
static unsigned long long attribute_used __attribute__((aligned(8))) null_one = 0x0000ffff0000ffffULL;

View File

@ -29,8 +29,8 @@
*
* $Id$
*/
#include "../config.h"
#include "../mangle.h"
#include "config.h"
#include "mangle.h"
#define real float /* ugly - but only way */
static long attribute_used buffs[1088]={0};

View File

@ -9,7 +9,7 @@
* used source: musicout.h from mpegaudio package
*/
#include "../config.h"
#include "config.h"
#ifndef M_PI
#define M_PI 3.141592653589793238462

View File

@ -25,9 +25,9 @@
#include "huffman.h"
#include "mp3.h"
#include "bswap.h"
#include "../cpudetect.h"
//#include "../liba52/mm_accel.h"
#include "../mp_msg.h"
#include "cpudetect.h"
//#include "liba52/mm_accel.h"
#include "mp_msg.h"
#include "fastmemcpy.h"
@ -394,7 +394,7 @@ extern void dct64_MMX_3dnow(real *, real *, real *);
extern void dct64_MMX_3dnowex(real *, real *, real *);
void (*dct64_MMX_func)(real *, real *, real *);
#include "../cpudetect.h"
#include "cpudetect.h"
// Init decoder tables. Call first, once!
#ifdef USE_FAKE_MONO

View File

@ -3,8 +3,8 @@
* See ChangeLog of mpg123-0.59s-pre.1 for detail
* Applied to mplayer by Nick Kurshev <nickols_k@mail.ru>
*/
#include "../config.h"
#include "../mangle.h"
#include "config.h"
#include "mangle.h"
long __attribute__((aligned(8))) mp3lib_decwins [544];

View File

@ -12,7 +12,7 @@
#include "mp3lib/mp3.h"
#include "config.h"
#include "../cpudetect.h"
#include "cpudetect.h"
extern CpuCaps gCpuCaps;
static inline unsigned int GetTimer(){