diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-11-08 15:39:54 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-11-08 15:39:54 +0000 |
commit | 2ccdd44e844e82d42934265ed8f51de1df787c2f (patch) | |
tree | 497439fb6d09a8c57645316838869c3b5190ab31 | |
parent | e1ce8f9c41bd9273a283dd0826ef0898c2a63763 (diff) | |
download | mpv-2ccdd44e844e82d42934265ed8f51de1df787c2f.tar.bz2 mpv-2ccdd44e844e82d42934265ed8f51de1df787c2f.tar.xz |
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
-rw-r--r-- | mangle.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |