changeset 29812:54aafbe45eb4

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.
author reimar
date Sun, 08 Nov 2009 15:39:54 +0000
parents 0cc6fcd342fd
children ae5c747e9a0a
files mangle.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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