# HG changeset patch # User reimar # Date 1257694794 0 # Node ID 54aafbe45eb446f015207e908f352a95825b003f # Parent 0cc6fcd342fd8e60f81e88103727712cc35222fe Add a comment that the PIC handling in mangle.h is duplicate also in configure and libavutil and fixes to one should be applied to the others, too. diff -r 0cc6fcd342fd -r 54aafbe45eb4 mangle.h --- a/mangle.h Sun Nov 08 15:38:59 2009 +0000 +++ b/mangle.h Sun Nov 08 15:39:54 2009 +0000 @@ -31,6 +31,7 @@ #define attribute_used #endif +// keep in sync with configure PIC check and libavutil/internal.h #if ( defined(__PIC__) || defined(__pic__) ) && ! defined(PIC) # define PIC #endif