OSDN Git Service

aac: workaround for compilation on cygwin
authorReinhard Tartler <siretart@tauware.de>
Wed, 11 May 2011 11:51:11 +0000 (13:51 +0200)
committerReinhard Tartler <siretart@tauware.de>
Wed, 11 May 2011 12:38:14 +0000 (14:38 +0200)
commit083e715f339e4546e9be8a6e265360be87cca517
tree8b11ead997abae8c44e354bbf0f9dd90304b6126
parent5c511ad4ce20aff96ec587de1a8be6f28aed4544
aac: workaround for compilation on cygwin

On cygwin, math.h needs to be included before float.h because of a bug
in the system headers. Including libavutil/libm.h first works around
this issue.

Longer discussion of the topic:
http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/128582
libavcodec/aaccoder.c