Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
6dc1fc75
Commit
6dc1fc75
authored
Feb 11, 2016
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix distcheck
parent
e676ccf3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
modules/codec/Makefile.am
modules/codec/Makefile.am
+4
-1
modules/demux/Makefile.am
modules/demux/Makefile.am
+1
-1
No files found.
modules/codec/Makefile.am
View file @
6dc1fc75
...
...
@@ -544,8 +544,11 @@ codec_LTLIBRARIES += $(LTLIBquicktime)
libgstdecode_plugin_la_SOURCES
=
codec/gstreamer/gstdecode.c
\
codec/gstreamer/gstvlcpictureplaneallocator.c
\
codec/gstreamer/gstvlcpictureplaneallocator.h
\
codec/gstreamer/gstvlcvideopool.c
\
codec/gstreamer/gstvlcvideosink.c
codec/gstreamer/gstvlcvideopool.h
\
codec/gstreamer/gstvlcvideosink.c
\
codec/gstreamer/gstvlcvideosink.h
libgstdecode_plugin_la_CFLAGS
=
$(AM_CFLAGS)
$(GST_VIDEO_CFLAGS)
$(GST_APP_CFLAGS)
libgstdecode_plugin_la_LIBADD
=
$(GST_VIDEO_LIBS)
$(GST_APP_LIBS)
if
HAVE_GST_DECODE
...
...
modules/demux/Makefile.am
View file @
6dc1fc75
...
...
@@ -241,7 +241,7 @@ libts_plugin_la_SOURCES = demux/mpeg/ts.c demux/mpeg/ts.h \
demux/mpeg/mpeg4_iod.c demux/mpeg/mpeg4_iod.h
\
demux/mpeg/ts_sl.c demux/mpeg/ts_sl.h
\
demux/mpeg/ts_hotfixes.c demux/mpeg/ts_hotfixes.h
\
demux/mpeg/ts_strings.h
\
demux/mpeg/ts_strings.h
demux/mpeg/ts_streams_private.h
\
demux/mpeg/pes.h
\
demux/mpeg/timestamps.h
\
demux/dvb-text.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