diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-05-09 12:00:25 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-05-09 12:00:25 +0000 |
commit | 83da2c6f268acc04c61b76629055764dc462c4a3 (patch) | |
tree | 7e4269af700158a2ef2ebcdaa81196d27e149a48 /libswscale/rgb2rgb.c | |
parent | 2343a0409284b8076609562ec64cbaf318910436 (diff) | |
download | ffmpeg-83da2c6f268acc04c61b76629055764dc462c4a3.tar.gz |
Use full path for #includes from another directory.
Originally committed as revision 26702 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/rgb2rgb.c')
-rw-r--r-- | libswscale/rgb2rgb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/rgb2rgb.c b/libswscale/rgb2rgb.c index faf3e95c64..19487d731d 100644 --- a/libswscale/rgb2rgb.c +++ b/libswscale/rgb2rgb.c @@ -27,11 +27,11 @@ */ #include <inttypes.h> #include "config.h" +#include "libavutil/x86_cpu.h" +#include "libavutil/bswap.h" #include "rgb2rgb.h" #include "swscale.h" #include "swscale_internal.h" -#include "x86_cpu.h" -#include "bswap.h" #define FAST_BGR2YV12 // use 7 bit coeffs instead of 15bit |