Commit 7d696be7 authored by diego's avatar diego

Drop unnecessary libavcodec/ prefix in #include path.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9033 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9f7d67f4
...@@ -431,7 +431,7 @@ static int aiw_init(VideoData *s) ...@@ -431,7 +431,7 @@ static int aiw_init(VideoData *s)
} }
#ifdef HAVE_MMX #ifdef HAVE_MMX
#include "libavcodec/i386/mmx.h" #include "i386/mmx.h"
#define LINE_WITH_UV \ #define LINE_WITH_UV \
movq_m2r(ptr[0],mm0); \ movq_m2r(ptr[0],mm0); \
...@@ -582,7 +582,7 @@ static int aiw_init(VideoData *s) ...@@ -582,7 +582,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 "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];\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment