Hi, 2013/2/17 Xiang, Haihao <[email protected]>: > --- 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. _______________________________________________ Libva mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libva
