summaryrefslogtreecommitdiff
path: root/libswscale/rgb2rgb.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-05-09 12:00:25 +0000
committerDiego Biurrun <diego@biurrun.de>2008-05-09 12:00:25 +0000
commit83da2c6f268acc04c61b76629055764dc462c4a3 (patch)
tree7e4269af700158a2ef2ebcdaa81196d27e149a48 /libswscale/rgb2rgb.c
parent2343a0409284b8076609562ec64cbaf318910436 (diff)
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.c4
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