GNOME Bugzilla – Bug 719776
Missing files in distribution tarball
Last modified: 2013-12-06 13:17:52 UTC
Some file are currently missing in the distribution tarball generated by make dist. The following fix the issue.
Created attachment 263393 [details] [review] [PATCH 1/1] Fix missing files in distribution tarball
Hi, I think it should be enough to add $(libgstvaapi_enc_source_c) $(libgstvaapi_enc_source_h) and $(libgstvaapi_enc_source_priv_h) to EXTRA_DIST below. And add the gstvaapiencoder_*_priv.h files to libgstvaapi_enc_source_priv_h.
Fixed in git master branch. Additional changes as noted above + fixed GstVaapiCodedBuffer files list. Thanks.
commit 44ead80f5f61a5cbe98efe396d2f76c2ac9785fc Author: Matthieu Bouron <matthieu.bouron@collabora.com> Date: Tue Dec 3 11:05:17 2013 +0000 Fix missing files in distribution tarball. https://bugzilla.gnome.org/show_bug.cgi?id=719776 [Additional fixes and clean-ups] Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>