Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
49fd4d62
Commit
49fd4d62
authored
May 14, 2009
by
Laurent Aimar
Browse files
Added vobsub.h to Modules.am
parent
a5b3becf
Changes
3
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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