0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

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
This commit is contained in:
reimar 2009-11-08 15:39:54 +00:00
parent e1ce8f9c41
commit 2ccdd44e84

View File

@ -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