mathematics.h: remove a couple of math defines
authorJanne Grunau <janne-libav@jannau.net>
Thu, 14 Jun 2012 18:13:00 +0000 (20:13 +0200)
committerJanne Grunau <janne-libav@jannau.net>
Wed, 20 Jun 2012 13:45:21 +0000 (15:45 +0200)
commita2b186a188c126dd0402414d9e8198ec4df63ebe
treea991939e09e67ab39cf1ee14160089300d97aac8
parent6501dcfb5e3797b66f63de030fabe774b5f4596f
mathematics.h: remove a couple of math defines

While these defines are not defined by the C standard they are
standardized as X/Open System Interfaces Extension. We use the
appropiate _XOPEN_SOURCE define to make them available. They
seem to be available on all FATE configs since the constants
are used in files where mathematics.h is not included.
libavutil/mathematics.h