[FFmpeg-devel] [PATCH][VAAPI][6/6] Add H.264 bitstream decoding (take 3)

Gwenole Beauchesne gbeauchesne
Thu Mar 19 01:01:44 CET 2009


Le 19 mars 09 ? 00:51, Diego Biurrun a ?crit :

>> --- 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.

The reason why I chose the end is if new files are added for plain SW  
*_DECODER, then missing files from the *_HWACCELs would be spotted  
immediately (not the same alignment, not the same visual structure,  
etc.).



More information about the ffmpeg-devel mailing list