[FFmpeg-devel] [PATCH][VAAPI][2/6] Add common data structures and helpers (take 3)

Diego Biurrun diego
Fri Mar 6 11:33:54 CET 2009


On Fri, Mar 06, 2009 at 11:20:25AM +0100, Gwenole Beauchesne wrote:
>
> New patch attached, sync'ed to current patch queue and SVN.
>
> --- a/libavcodec/Makefile
> +++ b/libavcodec/Makefile
> @@ -31,6 +31,9 @@ OBJS-$(CONFIG_GOLOMB)                  += golomb.o
>  OBJS-$(CONFIG_MDCT)                    += mdct.o
>  OBJS-$(CONFIG_RDFT)                    += rdft.o
>  
> +# hardware accelerators
> +OBJS-$(CONFIG_VAAPI)                   += vaapi.o

I think this should be done similar to vdpau, where vdpau.o is compiled
when the corresponding decoders are enabled.

Diego




More information about the ffmpeg-devel mailing list