Mercurial > libavcodec.hg
changeset 1775:3875b8b30399 libavcodec
changed includes
author | alex |
---|---|
date | Sat, 31 Jan 2004 22:58:32 +0000 |
parents | 1efd0f9aa22a |
children | 33f736f68b52 |
files | libpostproc/postprocess.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpostproc/postprocess.c Sat Jan 31 22:47:48 2004 +0000 +++ b/libpostproc/postprocess.c Sat Jan 31 22:58:32 2004 +0000 @@ -81,7 +81,7 @@ //#undef ARCH_X86 //#define DEBUG_BRIGHTNESS #ifdef USE_FASTMEMCPY -#include "../fastmemcpy.h" +#include "fastmemcpy.h" #endif #include "postprocess.h" #include "postprocess_internal.h"