Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
d2d62531
Commit
d2d62531
authored
Aug 29, 2009
by
Pierre Ynard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix make dist
Add a lot of missing files
parent
87233cf2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
modules/codec/avcodec/Modules.am
modules/codec/avcodec/Modules.am
+1
-0
modules/gui/qt4/Modules.am
modules/gui/qt4/Modules.am
+5
-0
src/Makefile.am
src/Makefile.am
+4
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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