> --- > libavcodec/videotoolboxenc.c | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c > index bbecb24..342c83c 100644 > --- a/libavcodec/videotoolboxenc.c > +++ b/libavcodec/videotoolboxenc.c > @@ -32,6 +32,14 @@ > #include "internal.h" > #include <pthread.h> > > +#ifndef CM_NULLABLE > +#define CM_NULLABLE > +#endif > + > +#ifndef CV_NULLABLE > +#define CV_NULLABLE > +#endif > + > typedef enum VT_H264Profile { > H264_PROF_AUTO, > H264_PROF_BASELINE, > -- > 2.7.2
Never mind; use Rodger's patch instead. - Mark _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel