Re: [FFmpeg-devel] [PATCH] Fix videotoolbox compile error on OS X 10.8.

2016-06-20 Thread Dan Dennedy
On Mon, Jun 20, 2016 at 9:45 PM Dan Dennedy wrote: > On Sun, Jun 19, 2016 at 9:25 PM Richard Kern wrote: > >> >> > On Jun 19, 2016, at 6:11 PM, Dan Dennedy wrote: >> > >> > Fixes error: >> > libavcodec/videotoolbox.c:511:18: error: implicit declaration of >> > function 'CMVideoFormatDescription

Re: [FFmpeg-devel] [PATCH] Fix videotoolbox compile error on OS X 10.8.

2016-06-20 Thread Dan Dennedy
On Sun, Jun 19, 2016 at 9:25 PM Richard Kern wrote: > > > On Jun 19, 2016, at 6:11 PM, Dan Dennedy wrote: > > > > Fixes error: > > libavcodec/videotoolbox.c:511:18: error: implicit declaration of > > function 'CMVideoFormatDescriptionCreateFromH264ParameterSets' is > > invalid in C99 > > > > Thi

Re: [FFmpeg-devel] [PATCH] Fix videotoolbox compile error on OS X 10.8.

2016-06-19 Thread Richard Kern
> On Jun 19, 2016, at 6:11 PM, Dan Dennedy wrote: > > Fixes error: > libavcodec/videotoolbox.c:511:18: error: implicit declaration of > function 'CMVideoFormatDescriptionCreateFromH264ParameterSets' is > invalid in C99 > > This was added in 10.9: > https://developer.apple.com/reference/coremedi

[FFmpeg-devel] [PATCH] Fix videotoolbox compile error on OS X 10.8.

2016-06-19 Thread Dan Dennedy
Fixes error: libavcodec/videotoolbox.c:511:18: error: implicit declaration of function 'CMVideoFormatDescriptionCreateFromH264ParameterSets' is invalid in C99 This was added in 10.9: https://developer.apple.com/reference/coremedia/1489818-cmvideoformatdescriptioncreatefr?language=objc --- libavco