Commit d2d62531 authored by Pierre Ynard's avatar Pierre Ynard

Fix make dist

Add a lot of missing files
parent 87233cf2
...@@ -9,6 +9,7 @@ SOURCES_avcodec = \ ...@@ -9,6 +9,7 @@ SOURCES_avcodec = \
fourcc.c \ fourcc.c \
chroma.c \ chroma.c \
vaapi.c \ vaapi.c \
vaapi.h \
$(NULL) $(NULL)
if ENABLE_SOUT if ENABLE_SOUT
......
...@@ -103,6 +103,7 @@ DEPS_res = \ ...@@ -103,6 +103,7 @@ DEPS_res = \
pixmaps/playlist/add.png \ pixmaps/playlist/add.png \
pixmaps/playlist/jumpto.png \ pixmaps/playlist/jumpto.png \
pixmaps/playlist/playlist.png \ pixmaps/playlist/playlist.png \
pixmaps/playlist/remove.png \
pixmaps/playlist/repeat_all.png \ pixmaps/playlist/repeat_all.png \
pixmaps/playlist/repeat_off.png \ pixmaps/playlist/repeat_off.png \
pixmaps/playlist/repeat_one.png \ pixmaps/playlist/repeat_one.png \
...@@ -124,6 +125,10 @@ DEPS_res = \ ...@@ -124,6 +125,10 @@ DEPS_res = \
pixmaps/previous.png \ pixmaps/previous.png \
pixmaps/previous_16px.png \ pixmaps/previous_16px.png \
pixmaps/profile_new.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/slower.png \
pixmaps/space.png \ pixmaps/space.png \
pixmaps/stop.png \ pixmaps/stop.png \
......
...@@ -48,6 +48,7 @@ pluginsinclude_HEADERS = \ ...@@ -48,6 +48,7 @@ pluginsinclude_HEADERS = \
../include/vlc_aout.h \ ../include/vlc_aout.h \
../include/vlc_aout_mixer.h \ ../include/vlc_aout_mixer.h \
../include/vlc_arrays.h \ ../include/vlc_arrays.h \
../include/vlc_art_finder.h \
../include/vlc_avcodec.h \ ../include/vlc_avcodec.h \
../include/vlc_bits.h \ ../include/vlc_bits.h \
../include/vlc_block.h \ ../include/vlc_block.h \
...@@ -77,6 +78,7 @@ pluginsinclude_HEADERS = \ ...@@ -77,6 +78,7 @@ pluginsinclude_HEADERS = \
../include/vlc_messages.h \ ../include/vlc_messages.h \
../include/vlc_meta.h \ ../include/vlc_meta.h \
../include/vlc_modules.h \ ../include/vlc_modules.h \
../include/vlc_mouse.h \
../include/vlc_mtime.h \ ../include/vlc_mtime.h \
../include/vlc_objects.h \ ../include/vlc_objects.h \
../include/vlc_picture.h \ ../include/vlc_picture.h \
...@@ -117,6 +119,7 @@ noinst_HEADERS = \ ...@@ -117,6 +119,7 @@ noinst_HEADERS = \
../include/vlc_tls.h \ ../include/vlc_tls.h \
../include/vlc_update.h \ ../include/vlc_update.h \
../include/vlc_vod.h \ ../include/vlc_vod.h \
../include/vlc_vout_wrapper.h \
$(NULL) $(NULL)
../include/vlc_about.h: Makefile.am $(top_srcdir)/COPYING $(top_srcdir)/THANKS $(top_srcdir)/AUTHORS ../include/vlc_about.h: Makefile.am $(top_srcdir)/COPYING $(top_srcdir)/THANKS $(top_srcdir)/AUTHORS
...@@ -352,6 +355,7 @@ SOURCES_libvlc_common = \ ...@@ -352,6 +355,7 @@ SOURCES_libvlc_common = \
input/var.c \ input/var.c \
video_output/display.c \ video_output/display.c \
video_output/display.h \ video_output/display.h \
video_output/event.h \
video_output/snapshot.c \ video_output/snapshot.c \
video_output/snapshot.h \ video_output/snapshot.h \
video_output/statistic.h \ video_output/statistic.h \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment