Commit e81bf12b85daa1b0525d1b8c458aee32f0314c1b

Sam Lantinga 2016-12-12T09:18:42

Fixed edid parsing code for older gcc compilers Ozkan Sezer This adds the name 'ad' to two unnamed unions in edid.h and adjusts edid-parse.c for it. Nameless unions are not supported in ancient gcc, which I happened to use on one of my ancient setups.