]> git.sesse.net Git - vlc/commitdiff
Fix make dist
authorPierre Ynard <linkfanel@yahoo.fr>
Sat, 29 Aug 2009 18:08:30 +0000 (20:08 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Sat, 29 Aug 2009 18:08:30 +0000 (20:08 +0200)
Add a lot of missing files

modules/codec/avcodec/Modules.am
modules/gui/qt4/Modules.am
src/Makefile.am

index 013faca491fb2905d3663e923a3724e0a2483ec7..e47f31fc899a6a71f49ae8bde96b6375a5a947f2 100644 (file)
@@ -9,6 +9,7 @@ SOURCES_avcodec = \
        fourcc.c \
        chroma.c \
        vaapi.c \
+       vaapi.h \
        $(NULL)
 
 if ENABLE_SOUT
index a863447dd126ff98bcc9b7d3a539d489eaa5027d..1d416fbd40873bb33be58d7da12f54105c243e9f 100644 (file)
@@ -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 \
index 78a92bfd37f8f3654ed0da5a533521a182e7bde2..2d922baa891bfb2deb28fc2a8a121cb596784643 100644 (file)
@@ -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 \