Commit 9b9a6bbc authored by diego's avatar diego

Use full path for #includes from another directory.


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@26702 b3059339-0415-0410-9bf9-f77b7e298cf2
parent ad5e8ad4
......@@ -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"
#include "swscale.h"
#include "swscale_internal.h"
#include "rgb2rgb.h"
......
......@@ -69,9 +69,9 @@ untested special converters
#endif
#include "swscale.h"
#include "swscale_internal.h"
#include "x86_cpu.h"
#include "bswap.h"
#include "rgb2rgb.h"
#include "libavutil/x86_cpu.h"
#include "libavutil/bswap.h"
#include "libavcodec/opt.h"
#undef MOVNTQ
......
......@@ -27,7 +27,7 @@
#include <altivec.h>
#endif
#include "avutil.h"
#include "libavutil/avutil.h"
#define MAX_FILTER_SIZE 256
......
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