Browse Source

looks better (req. for mp-G2)

Originally committed as revision 1830 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Arpi 23 years ago
parent
commit
9616355144
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/libpostproc/postprocess.c

+ 1
- 1
libavcodec/libpostproc/postprocess.c View File

@@ -81,7 +81,7 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks
//#undef ARCH_X86
//#define DEBUG_BRIGHTNESS
#ifdef USE_FASTMEMCPY
#include "libvo/fastmemcpy.h"
#include "../fastmemcpy.h"
#endif
#include "postprocess.h"
#include "postprocess_internal.h"


Loading…
Cancel
Save