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
49fd4d62
Commit
49fd4d62
authored
May 14, 2009
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added vobsub.h to Modules.am
parent
a5b3becf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
modules/demux/Modules.am
modules/demux/Modules.am
+1
-1
modules/demux/avformat/Modules.am
modules/demux/avformat/Modules.am
+1
-0
modules/demux/mkv/Modules.am
modules/demux/mkv/Modules.am
+2
-1
No files found.
modules/demux/Modules.am
View file @
49fd4d62
...
...
@@ -19,7 +19,7 @@ SOURCES_mjpeg = mjpeg.c
SOURCES_subtitle = subtitle.c
SOURCES_asademux = subtitle_asa.c asademux.c asademux_defs.h asademux.h
SOURCES_ty = ty.c ../codec/cc.h
SOURCES_vobsub = vobsub.c
SOURCES_vobsub = vobsub.c
vobsub.h
SOURCES_voc = voc.c
SOURCES_xa = xa.c
SOURCES_nuv = nuv.c
...
...
modules/demux/avformat/Modules.am
View file @
49fd4d62
...
...
@@ -4,6 +4,7 @@ SOURCES_avformat = \
demux.c \
../../codec/avcodec/fourcc.c \
../../codec/avcodec/chroma.c \
../vobsub.h \
$(NULL)
if ENABLE_SOUT
SOURCES_avformat += mux.c
...
...
modules/demux/mkv/Modules.am
View file @
49fd4d62
...
...
@@ -7,5 +7,6 @@ SOURCES_mkv = mkv.hpp mkv.cpp \
chapters.hpp chapters.cpp \
chapter_command.hpp chapter_command.cpp \
stream_io_callback.hpp stream_io_callback.cpp \
../mp4/libmp4.c ../mp4/drms.c
../mp4/libmp4.c ../mp4/drms.c \
../vobsub.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