[vlc-devel] commit: Fix make dist (Pierre Ynard )

git version control git at videolan.org
Sat Aug 29 20:09:53 CEST 2009


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Sat Aug 29 20:08:30 2009 +0200| [d2d62531e689b20176d57fd122db06d4656a4180] | committer: Pierre Ynard 

Fix make dist

Add a lot of missing files

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d2d62531e689b20176d57fd122db06d4656a4180
---

 modules/codec/avcodec/Modules.am |    1 +
 modules/gui/qt4/Modules.am       |    5 +++++
 src/Makefile.am                  |    4 ++++
 3 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/modules/codec/avcodec/Modules.am b/modules/codec/avcodec/Modules.am
index 013faca..e47f31f 100644
--- a/modules/codec/avcodec/Modules.am
+++ b/modules/codec/avcodec/Modules.am
@@ -9,6 +9,7 @@ SOURCES_avcodec = \
 	fourcc.c \
 	chroma.c \
 	vaapi.c \
+	vaapi.h \
 	$(NULL)
 
 if ENABLE_SOUT
diff --git a/modules/gui/qt4/Modules.am b/modules/gui/qt4/Modules.am
index a863447..1d416fb 100644
--- a/modules/gui/qt4/Modules.am
+++ b/modules/gui/qt4/Modules.am
@@ -103,6 +103,7 @@ DEPS_res = \
 	pixmaps/playlist/add.png \
 	pixmaps/playlist/jumpto.png \
 	pixmaps/playlist/playlist.png \
+	pixmaps/playlist/remove.png \
 	pixmaps/playlist/repeat_all.png \
 	pixmaps/playlist/repeat_off.png \
 	pixmaps/playlist/repeat_one.png \
@@ -124,6 +125,10 @@ DEPS_res = \
 	pixmaps/previous.png \
 	pixmaps/previous_16px.png \
 	pixmaps/profile_new.png \
+	pixmaps/sample_classic.png \
+	pixmaps/sample_complete.png \
+	pixmaps/sample_minimal.png \
+	pixmaps/sample_skins.png \
 	pixmaps/slower.png \
 	pixmaps/space.png \
 	pixmaps/stop.png \
diff --git a/src/Makefile.am b/src/Makefile.am
index 78a92bf..2d922ba 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -48,6 +48,7 @@ pluginsinclude_HEADERS = \
 	../include/vlc_aout.h \
 	../include/vlc_aout_mixer.h \
 	../include/vlc_arrays.h \
+	../include/vlc_art_finder.h \
 	../include/vlc_avcodec.h \
 	../include/vlc_bits.h \
 	../include/vlc_block.h \
@@ -77,6 +78,7 @@ pluginsinclude_HEADERS = \
 	../include/vlc_messages.h \
 	../include/vlc_meta.h \
 	../include/vlc_modules.h \
+	../include/vlc_mouse.h \
 	../include/vlc_mtime.h \
 	../include/vlc_objects.h \
 	../include/vlc_picture.h \
@@ -117,6 +119,7 @@ noinst_HEADERS = \
 	../include/vlc_tls.h \
 	../include/vlc_update.h \
 	../include/vlc_vod.h \
+	../include/vlc_vout_wrapper.h \
 	$(NULL)
 
 ../include/vlc_about.h: Makefile.am $(top_srcdir)/COPYING $(top_srcdir)/THANKS $(top_srcdir)/AUTHORS
@@ -352,6 +355,7 @@ SOURCES_libvlc_common = \
 	input/var.c \
 	video_output/display.c \
 	video_output/display.h \
+	video_output/event.h \
 	video_output/snapshot.c \
 	video_output/snapshot.h \
 	video_output/statistic.h \




More information about the vlc-devel mailing list