[Pkg-gstreamer-commits] [gstreamer-vaapi] 45/176: Fix missing files in distribution tarball.

Vincent Cheng vcheng at moszumanska.debian.org
Tue Jun 3 08:09:26 UTC 2014


This is an automated email from the git hooks/post-receive script.

vcheng pushed a commit to branch upstream
in repository gstreamer-vaapi.

commit 44ead80f5f61a5cbe98efe396d2f76c2ac9785fc
Author: Matthieu Bouron <matthieu.bouron at 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 at intel.com>
---
 gst-libs/gst/base/Makefile.am  |  5 +++++
 gst-libs/gst/vaapi/Makefile.am | 11 ++++++++---
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/gst-libs/gst/base/Makefile.am b/gst-libs/gst/base/Makefile.am
index 0520e64..b3c1dad 100644
--- a/gst-libs/gst/base/Makefile.am
+++ b/gst-libs/gst/base/Makefile.am
@@ -39,5 +39,10 @@ libgstvaapi_baseutils_la_LDFLAGS =		\
 	$(GST_ALL_LDFLAGS)			\
 	$(NULL)
 
+EXTRA_DIST = \
+	$(source_c)				\
+	$(source_h)				\
+	$(NULL)
+
 # Extra clean files so that maintainer-clean removes *everything*
 MAINTAINERCLEANFILES = Makefile.in
diff --git a/gst-libs/gst/vaapi/Makefile.am b/gst-libs/gst/vaapi/Makefile.am
index e402da0..993c762 100644
--- a/gst-libs/gst/vaapi/Makefile.am
+++ b/gst-libs/gst/vaapi/Makefile.am
@@ -155,7 +155,9 @@ libgstvaapi_enc_source_h =			\
 
 libgstvaapi_enc_source_priv_h =			\
 	gstvaapicodedbuffer_priv.h		\
-	gstvaapicodedbufferpool_priv.h		\
+	gstvaapicodedbufferproxy_priv.h		\
+	gstvaapiencoder_h264_priv.h		\
+	gstvaapiencoder_mpeg2_priv.h		\
 	gstvaapiencoder_objects.h		\
 	gstvaapiencoder_priv.h			\
 	$(NULL)
@@ -448,8 +450,11 @@ BUILT_SOURCES	= gstvaapiversion.h
 EXTRA_DIST	= gstvaapiversion.h.in $(PKG_VERSION_FILE)
 
 EXTRA_DIST += \
-	$(libgstvaapi_jpegdec_source_c)	\
-	$(libgstvaapi_jpegdec_source_h)	\
+	$(libgstvaapi_enc_source_c)		\
+	$(libgstvaapi_enc_source_h)		\
+	$(libgstvaapi_enc_source_priv_h)	\
+	$(libgstvaapi_jpegdec_source_c)		\
+	$(libgstvaapi_jpegdec_source_h)		\
 	$(NULL)
 
 CLEANFILES = \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/gstreamer-vaapi.git



More information about the Pkg-gstreamer-commits mailing list