mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-04 22:48:54 +00:00
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>
This commit is contained in:
parent
2940a74ea4
commit
44ead80f5f
2 changed files with 13 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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 = \
|
||||
|
|
Loading…
Reference in a new issue