[FFmpeg-devel] [PATCH][VAAPI][6/6] Add H.264 bitstream decoding (take 3)
Diego Biurrun
diego
Thu Mar 19 00:51:24 CET 2009
On Wed, Mar 18, 2009 at 03:50:28PM +0100, Gwenole Beauchesne wrote:
> On Tue, 3 Mar 2009, Gwenole Beauchesne wrote:
>
>>> This patch adds H.264 decoding through VA API.
>>
>> New patch attached to cope with source code split, hwaccel_data_private
>> infrastructure and VA API headers cleanup.
>
> New patch attached to cope with "recent" changes.
> --- a/libavcodec/Makefile
> +++ b/libavcodec/Makefile
> @@ -97,6 +97,7 @@ OBJS-$(CONFIG_GIF_ENCODER) += gif.o
> OBJS-$(CONFIG_H264_DECODER) += h264.o h264idct.o h264pred.o h264_parser.o cabac.o mpegvideo.o error_resilience.o
> OBJS-$(CONFIG_H264_ENCODER) += h264enc.o h264dspenc.o
> +OBJS-$(CONFIG_H264_VAAPI_HWACCEL) += h264.o h264idct.o h264pred.o h264_parser.o cabac.o mpegvideo.o error_resilience.o vaapi.o vaapi_h264.o
> OBJS-$(CONFIG_H264_VDPAU_DECODER) += vdpau.o h264.o h264idct.o h264pred.o h264_parser.o cabac.o mpegvideo.o error_resilience.o
Please place the vaapi-specific objects at the beginning of the line,
similar to what vdpau does.
Diego
More information about the ffmpeg-devel
mailing list