This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
Originally committed as revision 9145 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
18 years ago
parent
d5aa01cd30
commit
42610c4983
5 changed files
with
0 additions
and
19 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
libavcodec/imgconvert.c
+0
-4
libavcodec/imgresample.c
+0
-4
libavcodec/mpegvideo.c
+0
-4
libavcodec/xvmcvideo.c
+0
-3
libpostproc/postprocess.c
+ 0
- 4
libavcodec/imgconvert.c
View File
@@ -33,10 +33,6 @@
#include "avcodec.h"
#include "dsputil.h"
#ifdef USE_FASTMEMCPY
#include "libvo/fastmemcpy.h"
#endif
#ifdef HAVE_MMX
#include "i386/mmx.h"
#endif
+ 0
- 4
libavcodec/imgresample.c
View File
@@ -28,10 +28,6 @@
#include "swscale.h"
#include "dsputil.h"
#ifdef USE_FASTMEMCPY
#include "libvo/fastmemcpy.h"
#endif
#define NB_COMPONENTS 3
#define PHASE_BITS 4
+ 0
- 4
libavcodec/mpegvideo.c
View File
@@ -35,10 +35,6 @@
#include "faandct.h"
#include <limits.h>
#ifdef USE_FASTMEMCPY
#include "libvo/fastmemcpy.h"
#endif
//#undef NDEBUG
//#include <assert.h>
+ 0
- 4
libavcodec/xvmcvideo.c
View File
@@ -29,10 +29,6 @@
#undef NDEBUG
#include <assert.h>
#ifdef USE_FASTMEMCPY
#include "libvo/fastmemcpy.h"
#endif
#ifdef HAVE_XVMC
//X11 includes are in the xvmc_render.h
+ 0
- 3
libpostproc/postprocess.c
View File
@@ -87,9 +87,6 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks
//#undef HAVE_MMX
//#undef ARCH_X86
//#define DEBUG_BRIGHTNESS
#ifdef USE_FASTMEMCPY
#include "libvo/fastmemcpy.h"
#endif
#include "postprocess.h"
#include "postprocess_internal.h"
Write
Preview
Loading…
Cancel
Save