On Wed, Feb 17, 2016 at 08:39:56AM +0100, Hendrik Leppkes wrote: > On Wed, Feb 17, 2016 at 8:35 AM, Diego Biurrun <[email protected]> wrote: > > --- a/libavcodec/Makefile > > +++ b/libavcodec/Makefile > > @@ -604,7 +604,7 @@ OBJS-$(CONFIG_H264_VDA_HWACCEL) += vda_h264.o > > OBJS-$(CONFIG_HEVC_D3D11VA_HWACCEL) += dxva2_hevc.o > > OBJS-$(CONFIG_HEVC_DXVA2_HWACCEL) += dxva2_hevc.o > > -OBJS-$(CONFIG_HEVC_VDPAU_HWACCEL) += vdpau_hevc.o > > +OBJS-$(CONFIG_HEVC_VDPAU_HWACCEL) += vdpau_hevc.o hevc_data.o > > hevc_refs.o > > OBJS-$(CONFIG_MPEG1_VDPAU_HWACCEL) += vdpau_mpeg12.o > > OBJS-$(CONFIG_MPEG2_D3D11VA_HWACCEL) += dxva2_mpeg2.o > > The hwaccels depend on the decoder, or at least they should because > they are useless otherwise, then those files would not be needed to be > listed explicitly, would they?
Yes, the typo fix took care of it. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
