[FFmpeg-devel] [PATCH][8/8] Add VA API deps to configure

Diego Biurrun diego
Mon Feb 9 12:38:18 CET 2009


On Fri, Feb 06, 2009 at 10:42:26AM +0100, Gwenole Beauchesne wrote:
>
> Here is the configure patch for VA API support in the plain ffmpeg tree.
>
> --- configure	(revision 17015)
> +++ configure	(working copy)
> @@ -1975,6 +2000,16 @@
>  
>  ##########################################
> +# VA API check
> +
> +pkg=libva-0.29
> +check_pkg_config vaapi $pkg va.h vaInitialize
> +if enabled vaapi; then
> +    add_cflags `pkg-config --cflags $pkg`
> +    add_extralibs `pkg-config --libs $pkg`
> +fi

Do you really need pkg-config?

Diego




More information about the ffmpeg-devel mailing list