[Libva] [GST-VAAPI][PATCH] Fix compiling error when using local gst video decoder

Gwenole Beauchesne gb.devel at gmail.com
Sun Feb 17 04:33:02 PST 2013


Hi,

2013/2/17 Xiang, Haihao <haihao.xiang at intel.com>:
> --- a/gst-libs/gst/video/Makefile.am
> +++ b/gst-libs/gst/video/Makefile.am
> @@ -54,7 +54,7 @@ all-local: .timestamp.symlinks
>  .timestamp.symlinks: $(GENFILES)
>         touch $@
>
> -$(gen_source_c): %.c: $(local_videoutils_srcdir)/%.c %.h
> +$(gen_source_c): %.c: $(local_videoutils_srcdir)/%.c $(gen_source_h)
>         $(LN_S) -f $< $@
>  $(gen_source_h): %.h: $(local_videoutils_srcdir)/%.h
>         $(LN_S) -f $< $@

Thanks, it looks like this hunk slipped from the internal branch
during merge. I will apply it tomorrow + the same thing for
codecparsers/ actually (needed dep on parserutils.h for example).

Regards,
Gwenole.


More information about the Libva mailing list