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

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16986 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-11-14 00:30:37 +00:00
parent 68ecbc34f1
commit fb20d201d7
22 changed files with 37 additions and 37 deletions

View File

@ -3,7 +3,7 @@
* 64-bit versions of fseeko/ftello() for systems which do not have them
*/
#include "../config.h"
#include "config.h"
#if !defined(HAVE_FSEEKO) || !defined(HAVE_FTELLO)
#include <stdio.h>

View File

@ -6,7 +6,7 @@
#include <windows.h>
#include "keycodes.h"
#include "../input/input.h"
#include "input/input.h"
int mp_input_win32_slave_cmd_func(int fd,char* dest,int size){
DWORD retval;

View File

@ -1,6 +1,6 @@
/* GyS-TermIO v2.0 (for GySmail v3) (C) 1999 A'rpi/ESP-team */
#include "../config.h"
#include "config.h"
//#define USE_TERMCAP
#if !defined(__OS2__) && !defined(__MORPHOS__)

View File

@ -1,4 +1,4 @@
#include "../config.h"
#include "config.h"
#ifndef HAVE_GETTIMEOFDAY
#include <sys/time.h>

View File

@ -1,7 +1,7 @@
#include <sys/types.h>
#include <stdio.h>
#include "../config.h"
#include "config.h"
#ifndef HAVE_GLOB
#ifdef __MINGW32__

View File

@ -1,4 +1,4 @@
#include "../config.h"
#include "config.h"
#ifndef HAVE_GLOB
#ifdef __MINGW32__

View File

@ -4,7 +4,7 @@
* implementation for systems that do not have it in libc
*/
#include "../config.h"
#include "config.h"
#ifndef HAVE_SCANDIR

View File

@ -6,7 +6,7 @@
* Sun Apr 6 02:26:26 MET DST 1997
*/
#include "../config.h"
#include "config.h"
#if defined(USE_STREAM_CACHE) && !defined(WIN32)
@ -26,7 +26,7 @@
#include <sys/socket.h>
#include <fcntl.h>
#include "../mp_msg.h"
#include "mp_msg.h"
#ifdef AIX
#include <sys/select.h>

View File

@ -4,7 +4,7 @@
* (C) 2003-2004 Nicholas J. Kain <njk@aerifal.cx>
*/
#include "../config.h"
#include "config.h"
#ifndef HAVE_STRLCPY
unsigned int strlcpy (char *dest, const char *src, unsigned int size)

View File

@ -3,7 +3,7 @@
#include <stdio.h>
#include <string.h>
#include "../config.h"
#include "config.h"
#ifndef HAVE_STRSEP
char *strsep(char **stringp, const char *delim) {

View File

@ -1,8 +1,8 @@
#include "../config.h"
#include "config.h"
#ifndef HAVE_SWAB
/* system has no swab. emulate via bswap */
#include "../bswap.h"
#include "bswap.h"
#include <unistd.h>
void swab(const void *from, void *to, ssize_t n) {

View File

@ -22,8 +22,8 @@
#include <sys/time.h>
#include <mach/mach_time.h>
#include "../config.h"
#include "../mp_msg.h"
#include "config.h"
#include "mp_msg.h"
#include "timer.h"
/* global variables */

View File

@ -7,7 +7,7 @@
#include <stdlib.h>
#include <time.h>
#include <sys/time.h>
#include "../config.h"
#include "config.h"
const char *timer_name =
#ifdef HAVE_NANOSLEEP

View File

@ -1,4 +1,4 @@
#include "../config.h"
#include "config.h"
#ifndef HAVE_VSSCANF
/* system has no vsscanf. try to provide one */

View File

@ -22,7 +22,7 @@
#include "swscale.h"
#include "rgb2rgb.h"
#include "../cpudetect.h"
#include "cpudetect.h"
#define SIZE 1000
#define srcByte 0x55

View File

@ -8,13 +8,13 @@
* palette & yuv & runtime cpu stuff by Michael (michaelni@gmx.at) (under GPL)
*/
#include <inttypes.h>
#include "../config.h"
#include "config.h"
#include "rgb2rgb.h"
#include "swscale.h"
#include "../cpudetect.h"
#include "../mangle.h"
#include "../bswap.h"
#include "../libvo/fastmemcpy.h"
#include "cpudetect.h"
#include "mangle.h"
#include "bswap.h"
#include "libvo/fastmemcpy.h"
#define FAST_BGR2YV12 // use 7 bit coeffs instead of 15bit

View File

@ -22,10 +22,10 @@
#include <inttypes.h>
#include <stdarg.h>
#include "../config.h"
#include "config.h"
#include "swscale.h"
#include "../libvo/img_format.h"
#include "libvo/img_format.h"
static int testFormat[]={
IMGFMT_YVU9,

View File

@ -54,8 +54,8 @@ untested special converters
#include <math.h>
#include <stdio.h>
#include <unistd.h>
#include "../config.h"
#include "../mangle.h"
#include "config.h"
#include "mangle.h"
#include <assert.h>
#ifdef HAVE_MALLOC_H
#include <malloc.h>
@ -70,11 +70,11 @@ untested special converters
#endif
#include "swscale.h"
#include "swscale_internal.h"
#include "../cpudetect.h"
#include "../bswap.h"
#include "../libvo/img_format.h"
#include "cpudetect.h"
#include "bswap.h"
#include "libvo/img_format.h"
#include "rgb2rgb.h"
#include "../libvo/fastmemcpy.h"
#include "libvo/fastmemcpy.h"
#undef MOVNTQ
#undef PAVGB

View File

@ -29,7 +29,7 @@
#define AVV(x...) {x}
#endif
#include "../mp_msg.h"
#include "mp_msg.h"
#define MSG_WARN(args...) mp_msg(MSGT_SWS,MSGL_WARN, ##args )
#define MSG_FATAL(args...) mp_msg(MSGT_SWS,MSGL_FATAL, ##args )

View File

@ -40,8 +40,8 @@
#include "rgb2rgb.h"
#include "swscale.h"
#include "swscale_internal.h"
#include "../mangle.h"
#include "../libvo/img_format.h" //FIXME try to reduce dependency of such stuff
#include "mangle.h"
#include "libvo/img_format.h" //FIXME try to reduce dependency of such stuff
#ifdef HAVE_MLIB
#include "yuv2rgb_mlib.c"

View File

@ -71,8 +71,8 @@
#include "rgb2rgb.h"
#include "swscale.h"
#include "swscale_internal.h"
#include "../mangle.h"
#include "../libvo/img_format.h" //FIXME try to reduce dependency of such stuff
#include "mangle.h"
#include "libvo/img_format.h" //FIXME try to reduce dependency of such stuff
#undef PROFILE_THE_BEAST
#undef INC_SCALING

View File

@ -30,7 +30,7 @@
#include <stdlib.h>
#include <assert.h>
#include "../libvo/img_format.h" //FIXME try to reduce dependency of such stuff
#include "libvo/img_format.h" //FIXME try to reduce dependency of such stuff
#include "swscale.h"
static int mlib_YUV2ARGB420_32(SwsContext *c, uint8_t* src[], int srcStride[], int srcSliceY,