1
mirror of https://github.com/mpv-player/mpv synced 2024-11-18 21:16:10 +01:00

Remove useless fastmemcpy.h include for filters that do not even do any memcpy.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23391 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-05-27 20:36:04 +00:00
parent 2455a1f96f
commit 13fa313b55
30 changed files with 0 additions and 46 deletions

View File

@ -32,7 +32,6 @@
#include "img_format.h" #include "img_format.h"
#include "mp_image.h" #include "mp_image.h"
#include "vf.h" #include "vf.h"
#include "libvo/fastmemcpy.h"
//===========================================================================// //===========================================================================//

View File

@ -11,8 +11,6 @@
#include "mp_image.h" #include "mp_image.h"
#include "vf.h" #include "vf.h"
#include "libvo/fastmemcpy.h"
struct vf_priv_s { struct vf_priv_s {
int x1,y1,x2,y2; int x1,y1,x2,y2;
int limit; int limit;

View File

@ -32,7 +32,6 @@
#include "img_format.h" #include "img_format.h"
#include "mp_image.h" #include "mp_image.h"
#include "vf.h" #include "vf.h"
#include "libvo/fastmemcpy.h"
#define PARAM1_DEFAULT 4.0 #define PARAM1_DEFAULT 4.0
#define PARAM2_DEFAULT 3.0 #define PARAM2_DEFAULT 3.0

View File

@ -5,7 +5,6 @@
#include "config.h" #include "config.h"
#include "mp_msg.h" #include "mp_msg.h"
#include "libvo/fastmemcpy.h"
#include "mp_image.h" #include "mp_image.h"
#include "img_format.h" #include "img_format.h"

View File

@ -12,7 +12,6 @@
#include "vf.h" #include "vf.h"
#include "libvo/video_out.h" #include "libvo/video_out.h"
#include "libvo/fastmemcpy.h"
#include "m_option.h" #include "m_option.h"
#include "m_struct.h" #include "m_struct.h"

View File

@ -8,8 +8,6 @@
#include "mp_image.h" #include "mp_image.h"
#include "vf.h" #include "vf.h"
#include "libvo/fastmemcpy.h"
struct vf_priv_s { struct vf_priv_s {
int field; int field;
}; };

View File

@ -8,8 +8,6 @@
#include "mp_image.h" #include "mp_image.h"
#include "vf.h" #include "vf.h"
#include "libvo/fastmemcpy.h"
struct vf_priv_s { struct vf_priv_s {
int interleave; int interleave;
int height; int height;

View File

@ -60,8 +60,6 @@
#include "mp_image.h" #include "mp_image.h"
#include "vf.h" #include "vf.h"
#include "libvo/fastmemcpy.h"
/* Uncomment if you want to print some info on the format */ /* Uncomment if you want to print some info on the format */
// #define DUMP_FORMAT_DATA // #define DUMP_FORMAT_DATA

View File

@ -47,7 +47,6 @@
#include "img_format.h" #include "img_format.h"
#include "mp_image.h" #include "mp_image.h"
#include "vf.h" #include "vf.h"
#include "libvo/fastmemcpy.h"
struct vf_priv_s { struct vf_priv_s {

View File

@ -11,7 +11,6 @@
#include "mp_image.h" #include "mp_image.h"
#include "vf.h" #include "vf.h"
#include "libvo/fastmemcpy.h"
#include "libswscale/rgb2rgb.h" #include "libswscale/rgb2rgb.h"
struct vf_priv_s { struct vf_priv_s {

View File

@ -9,8 +9,6 @@
#include "mp_image.h" #include "mp_image.h"
#include "vf.h" #include "vf.h"
#include "libvo/fastmemcpy.h"
struct vf_priv_s { struct vf_priv_s {
mp_image_t *last_mpi; mp_image_t *last_mpi;
}; };

View File

@ -32,7 +32,6 @@
#include "img_format.h" #include "img_format.h"
#include "mp_image.h" #include "mp_image.h"
#include "vf.h" #include "vf.h"
#include "libvo/fastmemcpy.h"
#define PARAM1_DEFAULT 4.0 #define PARAM1_DEFAULT 4.0
#define PARAM2_DEFAULT 3.0 #define PARAM2_DEFAULT 3.0

View File

@ -11,8 +11,6 @@
#include "mp_image.h" #include "mp_image.h"
#include "vf.h" #include "vf.h"
#include "libvo/fastmemcpy.h"
typedef void (pack_func_t)(unsigned char *dst, unsigned char *y, typedef void (pack_func_t)(unsigned char *dst, unsigned char *y,
unsigned char *u, unsigned char *v, int w, int us, int vs); unsigned char *u, unsigned char *v, int w, int us, int vs);

View File

@ -11,8 +11,6 @@
#include "mp_image.h" #include "mp_image.h"
#include "vf.h" #include "vf.h"
//#include "libvo/fastmemcpy.h"
#ifdef USE_LIBAVCODEC_SO #ifdef USE_LIBAVCODEC_SO
#include <ffmpeg/avcodec.h> #include <ffmpeg/avcodec.h>
#else #else

View File

@ -11,8 +11,6 @@
#include "mp_image.h" #include "mp_image.h"
#include "vf.h" #include "vf.h"
//#include "libvo/fastmemcpy.h"
#ifdef USE_LIBAVCODEC_SO #ifdef USE_LIBAVCODEC_SO
#include <ffmpeg/avcodec.h> #include <ffmpeg/avcodec.h>
#else #else

View File

@ -64,7 +64,6 @@ Known Issues:
#include "img_format.h" #include "img_format.h"
#include "mp_image.h" #include "mp_image.h"
#include "vf.h" #include "vf.h"
#include "libvo/fastmemcpy.h"
#define MIN(a,b) ((a) > (b) ? (b) : (a)) #define MIN(a,b) ((a) > (b) ? (b) : (a))
#define MAX(a,b) ((a) < (b) ? (b) : (a)) #define MAX(a,b) ((a) < (b) ? (b) : (a))

View File

@ -10,8 +10,6 @@
#include "mp_image.h" #include "mp_image.h"
#include "vf.h" #include "vf.h"
#include "libvo/fastmemcpy.h"
static void mirror(unsigned char* dst,unsigned char* src,int dststride,int srcstride,int w,int h,int bpp,unsigned int fmt){ static void mirror(unsigned char* dst,unsigned char* src,int dststride,int srcstride,int w,int h,int bpp,unsigned int fmt){
int y; int y;

View File

@ -33,7 +33,6 @@
#include "img_format.h" #include "img_format.h"
#include "mp_image.h" #include "mp_image.h"
#include "vf.h" #include "vf.h"
#include "libvo/fastmemcpy.h"
#define SUB_PIXEL_BITS 8 #define SUB_PIXEL_BITS 8
#define SUB_PIXELS (1<<SUB_PIXEL_BITS) #define SUB_PIXELS (1<<SUB_PIXEL_BITS)

View File

@ -10,7 +10,6 @@
#include "mp_image.h" #include "mp_image.h"
#include "vf.h" #include "vf.h"
#include "libvo/fastmemcpy.h"
#include "libswscale/rgb2rgb.h" #include "libswscale/rgb2rgb.h"
//===========================================================================// //===========================================================================//

View File

@ -10,8 +10,6 @@
#include "mp_image.h" #include "mp_image.h"
#include "vf.h" #include "vf.h"
#include "libvo/fastmemcpy.h"
//===========================================================================// //===========================================================================//
struct vf_priv_s { struct vf_priv_s {

View File

@ -10,8 +10,6 @@
#include "mp_image.h" #include "mp_image.h"
#include "vf.h" #include "vf.h"
#include "libvo/fastmemcpy.h"
struct vf_priv_s { struct vf_priv_s {
int direction; int direction;
}; };

View File

@ -37,7 +37,6 @@
#include "img_format.h" #include "img_format.h"
#include "mp_image.h" #include "mp_image.h"
#include "vf.h" #include "vf.h"
#include "libvo/fastmemcpy.h"
#include "libswscale/swscale.h" #include "libswscale/swscale.h"
#include "vf_scale.h" #include "vf_scale.h"

View File

@ -13,7 +13,6 @@
#include "fmt-conversion.h" #include "fmt-conversion.h"
#include "bswap.h" #include "bswap.h"
#include "libvo/fastmemcpy.h"
#include "libswscale/swscale.h" #include "libswscale/swscale.h"
#include "vf_scale.h" #include "vf_scale.h"

View File

@ -21,7 +21,6 @@
#include "vf.h" #include "vf.h"
#include "vf_scale.h" #include "vf_scale.h"
#include "libvo/fastmemcpy.h"
#include "libswscale/swscale.h" #include "libswscale/swscale.h"
struct vf_priv_s { struct vf_priv_s {

View File

@ -37,7 +37,6 @@
#include "img_format.h" #include "img_format.h"
#include "mp_image.h" #include "mp_image.h"
#include "vf.h" #include "vf.h"
#include "libvo/fastmemcpy.h"
#include "libswscale/swscale.h" #include "libswscale/swscale.h"
#include "vf_scale.h" #include "vf_scale.h"

View File

@ -9,8 +9,6 @@
#include "mp_image.h" #include "mp_image.h"
#include "vf.h" #include "vf.h"
#include "libvo/fastmemcpy.h"
struct vf_priv_s { struct vf_priv_s {
int skipflag; int skipflag;
}; };

View File

@ -32,7 +32,6 @@
#include "img_format.h" #include "img_format.h"
#include "mp_image.h" #include "mp_image.h"
#include "vf.h" #include "vf.h"
#include "libvo/fastmemcpy.h"
//===========================================================================// //===========================================================================//

View File

@ -29,8 +29,6 @@
#include "mp_image.h" #include "mp_image.h"
#include "vf.h" #include "vf.h"
#include "libvo/fastmemcpy.h"
//===========================================================================// //===========================================================================//
#include <inttypes.h> #include <inttypes.h>

View File

@ -11,7 +11,6 @@
#include "mp_image.h" #include "mp_image.h"
#include "vf.h" #include "vf.h"
#include "libvo/fastmemcpy.h"
#include "libswscale/rgb2rgb.h" #include "libswscale/rgb2rgb.h"
#include "vf_scale.h" #include "vf_scale.h"

View File

@ -27,10 +27,6 @@
#include "mp_image.h" #include "mp_image.h"
#include "vf.h" #include "vf.h"
#ifdef USE_FASTMEMCPY
#include "libvo/fastmemcpy.h"
#endif
/* We need this #define because we need ../libavcodec/common.h to #define /* We need this #define because we need ../libavcodec/common.h to #define
* be2me_32, otherwise the linker will complain that it doesn't exist */ * be2me_32, otherwise the linker will complain that it doesn't exist */
#define HAVE_AV_CONFIG_H #define HAVE_AV_CONFIG_H