From 2ccdd44e844e82d42934265ed8f51de1df787c2f Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 8 Nov 2009 15:39:54 +0000 Subject: 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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29854 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mangle.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mangle.h b/mangle.h index 7c8f9ef1f0..6179bce4ab 100644 --- a/mangle.h +++ b/mangle.h @@ -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 -- cgit v1.2.3