On Sat, 7 Nov 2015 13:22:48 -0300
James Almer <jamr...@gmail.com> wrote:

> On 11/7/2015 1:17 PM, wm4 wrote:
> > On Fri, 6 Nov 2015 22:21:55 -0300
> > James Almer <jamr...@gmail.com> wrote:
> >   
> >> On 11/6/2015 12:15 PM, wm4 wrote:  
> >>> ---
> >>>  configure              |  3 +++
> >>>  libavcodec/Makefile    |  1 +
> >>>  libavcodec/allcodecs.c |  2 ++
> >>>  libavcodec/mmaldec.c   | 12 ++++++++++++
> >>>  4 files changed, 18 insertions(+)
> >>>
> >>> diff --git a/configure b/configure
> >>> index f770534..8c940a7 100755
> >>> --- a/configure
> >>> +++ b/configure
> >>> @@ -2516,6 +2516,9 @@ vc1_vdpau_decoder_deps="vdpau"
> >>>  vc1_vdpau_decoder_select="vc1_decoder"
> >>>  vc1_vdpau_hwaccel_deps="vdpau"
> >>>  vc1_vdpau_hwaccel_select="vc1_decoder"
> >>> +vc1_mmal_decoder_deps="mmal"
> >>> +vc1_mmal_hwaccel_deps="mmal"
> >>> +vc1_mmal_decoder_select="vc1video_decoder"    
> >>
> >> vc1_mmal_decoder_select="vc1_decoder"  
> > 
> > Fixed locally. Anything else, or can I push?
> >   
> 
> I can't test it, so if you say it works then go ahead.

Maybe the decoder_select shouldn't actually be there in the first place
(I really don't get how this holds together), but it does work.

Pushed both patches, thanks for the review.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to