# HG changeset patch # User arpi # Date 1030890655 0 # Node ID be1cb0e1f27673708654b1c9c5f49dfc960c5565 # Parent e7b72c1dfa1b73f2acc18fda22ecd54e47aa8221 warning fixes by Dominik Mierzejewski diff -r e7b72c1dfa1b -r be1cb0e1f276 libpostproc/postprocess_template.c --- a/libpostproc/postprocess_template.c Sun Sep 01 09:33:05 2002 +0000 +++ b/libpostproc/postprocess_template.c Sun Sep 01 14:30:55 2002 +0000 @@ -2449,6 +2449,8 @@ * Copies a block from src to dst and fixes the blacklevel * levelFix == 0 -> dont touch the brighness & contrast */ +#undef SCALED_CPY + static inline void RENAME(blockCopy)(uint8_t dst[], int dstStride, uint8_t src[], int srcStride, int levelFix) {