[FFmpeg-devel] [PATCH 1/3] libavutil/tablegen: add missing math.h include
Ganesh Ajjanagadde
gajjanag at mit.edu
Fri Dec 4 15:45:28 CET 2015
On Fri, Dec 4, 2015 at 8:56 AM, Hendrik Leppkes <h.leppkes at gmail.com> wrote:
> On Wed, Dec 2, 2015 at 10:14 AM, Paul B Mahol <onemda at gmail.com> wrote:
>> On 12/2/15, Hendrik Leppkes <h.leppkes at gmail.com> wrote:
>>> ---
>>> libavutil/tablegen.h | 2 ++
>>> 1 file changed, 2 insertions(+)
>>>
>>> diff --git a/libavutil/tablegen.h b/libavutil/tablegen.h
>>> index f81b46b..02acdd6 100644
>>> --- a/libavutil/tablegen.h
>>> +++ b/libavutil/tablegen.h
>>> @@ -24,6 +24,8 @@
>>> #ifndef AVUTIL_TABLEGEN_H
>>> #define AVUTIL_TABLEGEN_H
>>>
>>> +#include <math.h>
>>> +
>>> // we lack some functions on all host platforms, and we don't care about
>>> // performance and/or strict ISO C semantics as it's performed at build
>>> time
>>> static inline double ff_cbrt(double x)
>>> --
>>> 2.6.2.windows.1
>>>
>>> _______________________________________________
>>> ffmpeg-devel mailing list
>>> ffmpeg-devel at ffmpeg.org
>>> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>>>
>>
>> ok
>
> Set applied.
Thank you for your work on this.
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
More information about the ffmpeg-devel
mailing list