1
mirror of https://github.com/mpv-player/mpv synced 2025-01-16 22:37:28 +01:00

Use full path for #includes from another directory.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26702 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-05-09 12:00:25 +00:00
parent 5f377b0985
commit e6f301c8ae
4 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -27,7 +27,7 @@
#include <altivec.h>
#endif
#include "avutil.h"
#include "libavutil/avutil.h"
#define MAX_FILTER_SIZE 256