Re: [FFmpeg-devel] [PATCH] build: restore videotoolbox compilation on iOS

2015-10-09 Thread Clément Bœsch
On Fri, Oct 02, 2015 at 12:36:54PM +0200, Clément Bœsch wrote: > On Fri, Oct 02, 2015 at 12:20:10PM +0200, wm4 wrote: > > On Fri, 2 Oct 2015 11:23:59 +0200 > > Clément Bœsch wrote: > > > > > On Fri, Oct 02, 2015 at 11:11:37AM +0200, wm4 wrote: > > > [...] > > > > > +#if HAVE_UTGETOSTYPEFROMSTRING

Re: [FFmpeg-devel] [PATCH] build: restore videotoolbox compilation on iOS

2015-10-02 Thread Clément Bœsch
On Fri, Oct 02, 2015 at 12:20:10PM +0200, wm4 wrote: > On Fri, 2 Oct 2015 11:23:59 +0200 > Clément Bœsch wrote: > > > On Fri, Oct 02, 2015 at 11:11:37AM +0200, wm4 wrote: > > [...] > > > > +#if HAVE_UTGETOSTYPEFROMSTRING > > > > vdactx->cv_pix_fmt_type = > > > > UTGetOSTypeFromStrin

Re: [FFmpeg-devel] [PATCH] build: restore videotoolbox compilation on iOS

2015-10-02 Thread wm4
On Fri, 2 Oct 2015 11:23:59 +0200 Clément Bœsch wrote: > On Fri, Oct 02, 2015 at 11:11:37AM +0200, wm4 wrote: > [...] > > > +#if HAVE_UTGETOSTYPEFROMSTRING > > > vdactx->cv_pix_fmt_type = UTGetOSTypeFromString(pixfmt_str); > > > +#else > > > +av_log(s, loglevel, "UTGetOST

Re: [FFmpeg-devel] [PATCH] build: restore videotoolbox compilation on iOS

2015-10-02 Thread Clément Bœsch
On Fri, Oct 02, 2015 at 11:11:37AM +0200, wm4 wrote: [...] > > +#if HAVE_UTGETOSTYPEFROMSTRING > > vdactx->cv_pix_fmt_type = UTGetOSTypeFromString(pixfmt_str); > > +#else > > +av_log(s, loglevel, "UTGetOSTypeFromString() is not available " > > + "on this p

Re: [FFmpeg-devel] [PATCH] build: restore videotoolbox compilation on iOS

2015-10-02 Thread wm4
On Fri, 2 Oct 2015 10:36:39 +0200 Clément Bœsch wrote: > From: Clément Bœsch > > --- > configure | 11 ++- > ffmpeg_videotoolbox.c | 8 > 2 files changed, 14 insertions(+), 5 deletions(-) > > diff --git a/configure b/configure > index fd39778..225e7ae 100755 > -