changeset 785:7bb15d43372a libavutil

Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/internal.h, configure is supposed to take care of that already.
author reimar
date Tue, 10 Nov 2009 12:59:56 +0000
parents fd7a78f003e7
children 196996ad1fc9
files internal.h
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/internal.h	Mon Nov 09 09:11:35 2009 +0000
+++ b/internal.h	Tue Nov 10 12:59:56 2009 +0000
@@ -91,10 +91,6 @@
 #    define INT_BIT (CHAR_BIT * sizeof(int))
 #endif
 
-#if ( defined(__PIC__) || defined(__pic__) ) && ! defined(PIC)
-#    define PIC
-#endif
-
 #ifndef offsetof
 #    define offsetof(T, F) ((unsigned int)((char *)&((T *)0)->F))
 #endif