[MPlayer-cvslog] r29854 - trunk/mangle.h
reimar
subversion at mplayerhq.hu
Sun Nov 8 16:39:55 CET 2009
Author: reimar
Date: Sun Nov 8 16:39:54 2009
New Revision: 29854
Log:
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.
Modified:
trunk/mangle.h
Modified: trunk/mangle.h
==============================================================================
--- trunk/mangle.h Sun Nov 8 16:38:59 2009 (r29853)
+++ trunk/mangle.h Sun Nov 8 16:39:54 2009 (r29854)
@@ -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
More information about the MPlayer-cvslog
mailing list