[vlc-commits] Fix distcheck
Jean-Baptiste Kempf
git at videolan.org
Thu Feb 11 17:38:13 CET 2016
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb 11 17:15:17 2016 +0100| [6dc1fc754a9944dcf507d810165088e954547689] | committer: Jean-Baptiste Kempf
Fix distcheck
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6dc1fc754a9944dcf507d810165088e954547689
---
modules/codec/Makefile.am | 5 ++++-
modules/demux/Makefile.am | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/modules/codec/Makefile.am b/modules/codec/Makefile.am
index d634643..8cb785a 100644
--- a/modules/codec/Makefile.am
+++ b/modules/codec/Makefile.am
@@ -544,8 +544,11 @@ codec_LTLIBRARIES += $(LTLIBquicktime)
libgstdecode_plugin_la_SOURCES = codec/gstreamer/gstdecode.c \
codec/gstreamer/gstvlcpictureplaneallocator.c \
+ codec/gstreamer/gstvlcpictureplaneallocator.h \
codec/gstreamer/gstvlcvideopool.c \
- codec/gstreamer/gstvlcvideosink.c
+ codec/gstreamer/gstvlcvideopool.h \
+ codec/gstreamer/gstvlcvideosink.c \
+ codec/gstreamer/gstvlcvideosink.h
libgstdecode_plugin_la_CFLAGS = $(AM_CFLAGS) $(GST_VIDEO_CFLAGS) $(GST_APP_CFLAGS)
libgstdecode_plugin_la_LIBADD = $(GST_VIDEO_LIBS) $(GST_APP_LIBS)
if HAVE_GST_DECODE
diff --git a/modules/demux/Makefile.am b/modules/demux/Makefile.am
index ec33478..db63e7c 100644
--- a/modules/demux/Makefile.am
+++ b/modules/demux/Makefile.am
@@ -241,7 +241,7 @@ libts_plugin_la_SOURCES = demux/mpeg/ts.c demux/mpeg/ts.h \
demux/mpeg/mpeg4_iod.c demux/mpeg/mpeg4_iod.h \
demux/mpeg/ts_sl.c demux/mpeg/ts_sl.h \
demux/mpeg/ts_hotfixes.c demux/mpeg/ts_hotfixes.h \
- demux/mpeg/ts_strings.h \
+ demux/mpeg/ts_strings.h demux/mpeg/ts_streams_private.h \
demux/mpeg/pes.h \
demux/mpeg/timestamps.h \
demux/dvb-text.h \
More information about the vlc-commits
mailing list