mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Use full path for #includes from another directory.
Originally committed as revision 26702 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
2343a04092
commit
83da2c6f26
@ -27,11 +27,11 @@
|
|||||||
*/
|
*/
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
#include "libavutil/x86_cpu.h"
|
||||||
|
#include "libavutil/bswap.h"
|
||||||
#include "rgb2rgb.h"
|
#include "rgb2rgb.h"
|
||||||
#include "swscale.h"
|
#include "swscale.h"
|
||||||
#include "swscale_internal.h"
|
#include "swscale_internal.h"
|
||||||
#include "x86_cpu.h"
|
|
||||||
#include "bswap.h"
|
|
||||||
|
|
||||||
#define FAST_BGR2YV12 // use 7 bit coeffs instead of 15bit
|
#define FAST_BGR2YV12 // use 7 bit coeffs instead of 15bit
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
#undef HAVE_AV_CONFIG_H
|
#undef HAVE_AV_CONFIG_H
|
||||||
#include "avutil.h"
|
#include "libavutil/avutil.h"
|
||||||
#include "swscale.h"
|
#include "swscale.h"
|
||||||
#include "swscale_internal.h"
|
#include "swscale_internal.h"
|
||||||
#include "rgb2rgb.h"
|
#include "rgb2rgb.h"
|
||||||
|
@ -69,9 +69,9 @@ untested special converters
|
|||||||
#endif
|
#endif
|
||||||
#include "swscale.h"
|
#include "swscale.h"
|
||||||
#include "swscale_internal.h"
|
#include "swscale_internal.h"
|
||||||
#include "x86_cpu.h"
|
|
||||||
#include "bswap.h"
|
|
||||||
#include "rgb2rgb.h"
|
#include "rgb2rgb.h"
|
||||||
|
#include "libavutil/x86_cpu.h"
|
||||||
|
#include "libavutil/bswap.h"
|
||||||
#include "libavcodec/opt.h"
|
#include "libavcodec/opt.h"
|
||||||
|
|
||||||
#undef MOVNTQ
|
#undef MOVNTQ
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include <altivec.h>
|
#include <altivec.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "avutil.h"
|
#include "libavutil/avutil.h"
|
||||||
|
|
||||||
#define MAX_FILTER_SIZE 256
|
#define MAX_FILTER_SIZE 256
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user