Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
d2d62531
Commit
d2d62531
authored
Aug 29, 2009
by
Pierre Ynard
Browse files
Fix make dist
Add a lot of missing files
parent
87233cf2
Changes
3
Hide whitespace changes
Inline
Side-by-side
modules/codec/avcodec/Modules.am
View file @
d2d62531
...
...
@@ -9,6 +9,7 @@ SOURCES_avcodec = \
fourcc.c \
chroma.c \
vaapi.c \
vaapi.h \
$(NULL)
if ENABLE_SOUT
...
...
modules/gui/qt4/Modules.am
View file @
d2d62531
...
...
@@ -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 \
...
...
src/Makefile.am
View file @
d2d62531
...
...
@@ -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
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment