Hi, > I found that cygwin's gcc segfaults on a certain piece of mplayer code. > By removing math.h, this problem disappears, and the code still compiles > cleanly. The patch attached keeps math.h from being included when compiling > under the cygwin environment. Thx, removed math.h include, becouse it's unneeded. - alex