Unify include paths, -I.. is in CFLAGS.
Originally committed as revision 4720 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
#ifndef BARPA_INET_H
|
#ifndef BARPA_INET_H
|
||||||
#define BARPA_INET_H
|
#define BARPA_INET_H
|
||||||
|
|
||||||
#include "../config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#ifdef CONFIG_BEOS_NETSERVER
|
#ifdef CONFIG_BEOS_NETSERVER
|
||||||
|
|
||||||
|
@ -420,7 +420,7 @@ static int aiw_init(VideoData *s)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_MMX
|
#ifdef HAVE_MMX
|
||||||
#include "../libavcodec/i386/mmx.h"
|
#include "libavcodec/i386/mmx.h"
|
||||||
|
|
||||||
#define LINE_WITH_UV \
|
#define LINE_WITH_UV \
|
||||||
movq_m2r(ptr[0],mm0); \
|
movq_m2r(ptr[0],mm0); \
|
||||||
@ -571,7 +571,7 @@ static int aiw_init(VideoData *s)
|
|||||||
movd_r2m(mm1,lum_m2[(ptroff)]);
|
movd_r2m(mm1,lum_m2[(ptroff)]);
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#include "../libavcodec/dsputil.h"
|
#include "libavcodec/dsputil.h"
|
||||||
|
|
||||||
#define LINE_WITH_UV \
|
#define LINE_WITH_UV \
|
||||||
lum[0]=ptr[0];lum[1]=ptr[2];lum[2]=ptr[4];lum[3]=ptr[6];\
|
lum[0]=ptr[0];lum[1]=ptr[2];lum[2]=ptr[4];lum[3]=ptr[6];\
|
||||||
|
Reference in New Issue
Block a user