Mercurial > libavutil.hg
comparison common.h @ 57:4d00c7c7d07d libavutil
Make ffmpeg better support pic - from Diego Petten <flameeyes@gentoo.org>
author | lu_zero |
---|---|
date | Wed, 05 Jul 2006 20:32:19 +0000 |
parents | 83260d3a9453 |
children | bc66b55033ac |
comparison
equal
deleted
inserted
replaced
56:aaf464cadfa8 | 57:4d00c7c7d07d |
---|---|
14 # define EMULATE_INTTYPES | 14 # define EMULATE_INTTYPES |
15 #endif | 15 #endif |
16 | 16 |
17 #ifndef M_PI | 17 #ifndef M_PI |
18 #define M_PI 3.14159265358979323846 | 18 #define M_PI 3.14159265358979323846 |
19 #endif | |
20 | |
21 #if ( defined(__PIC__) || defined(__pic__) ) && ! defined(PIC) | |
22 # define PIC | |
19 #endif | 23 #endif |
20 | 24 |
21 #ifdef HAVE_AV_CONFIG_H | 25 #ifdef HAVE_AV_CONFIG_H |
22 /* only include the following when compiling package */ | 26 /* only include the following when compiling package */ |
23 # include "config.h" | 27 # include "config.h" |