Originally committed as revision 26702 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
@@ -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
@@ -25,7 +25,7 @@
#include <stdarg.h>
#undef HAVE_AV_CONFIG_H
-#include "avutil.h"
+#include "libavutil/avutil.h"
@@ -69,9 +69,9 @@ untested special converters
#endif
#include "libavcodec/opt.h"
#undef MOVNTQ
@@ -27,7 +27,7 @@
#include <altivec.h>
#define MAX_FILTER_SIZE 256