# HG changeset patch # User reimar # Date 1257857996 0 # Node ID 7bb15d43372a68136f487afe0c0aff97cc0cca3f # Parent fd7a78f003e7732c8f0656d8d9cf1911ac79a365 Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/internal.h, configure is supposed to take care of that already. diff -r fd7a78f003e7 -r 7bb15d43372a internal.h --- 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