diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-05-28 09:30:41 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-05-28 09:30:41 +0000 |
commit | 42610c4983c14cf320267ad4fad5db7c95f203b5 (patch) | |
tree | acdb8753ebad4baaf3ac2215173b6601bee3cc99 /libpostproc | |
parent | d5aa01cd302c4cb6562f054257f864ba47ccdce1 (diff) | |
download | ffmpeg-42610c4983c14cf320267ad4fad5db7c95f203b5.tar.gz |
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
Originally committed as revision 9145 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc')
-rw-r--r-- | libpostproc/postprocess.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c index 14a66c9560..58a1d62cda 100644 --- a/libpostproc/postprocess.c +++ b/libpostproc/postprocess.c @@ -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" |