summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-08 15:39:54 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-08 15:39:54 +0000
commit2ccdd44e844e82d42934265ed8f51de1df787c2f (patch)
tree497439fb6d09a8c57645316838869c3b5190ab31
parente1ce8f9c41bd9273a283dd0826ef0898c2a63763 (diff)
downloadmpv-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.h1
1 files changed, 1 insertions, 0 deletions
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