libavutil: drop offsetof() fallback definition
authorMans Rullgard <mans@mansr.com>
Wed, 8 Aug 2012 19:09:33 +0000 (20:09 +0100)
committerMans Rullgard <mans@mansr.com>
Thu, 9 Aug 2012 19:52:39 +0000 (20:52 +0100)
commit1c4ab37c38e4ede6bbdf95221ad6cbf1bbcb7e9d
tree7a40fc20bca30dd3048ee6f697102f035ace9a1e
parentd913fd1f00adbbba50c58384906ef40f5ec4850d
libavutil: drop offsetof() fallback definition

The only compiler I have that does not define the standard
offsetof() macro is "Bruce's C Compiler", a simple compiler
for producing 8/16-bit 8086 code, usually for use in early
stages of PC booting.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavutil/internal.h