Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
a42b001b
Commit
a42b001b
authored
Sep 09, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove recursion into modules/codec/spudec/
parent
77e35f3d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
9 deletions
+3
-9
configure.ac
configure.ac
+0
-1
modules/codec/Modules.am
modules/codec/Modules.am
+3
-1
modules/codec/spudec/Modules.am
modules/codec/spudec/Modules.am
+0
-7
No files found.
configure.ac
View file @
a42b001b
...
...
@@ -4071,7 +4071,6 @@ AC_CONFIG_FILES([
modules/codec/loader/Makefile
modules/codec/omxil/Makefile
modules/codec/shine/Makefile
modules/codec/spudec/Makefile
modules/codec/wmafixed/Makefile
modules/control/Makefile
modules/demux/Makefile
...
...
modules/codec/Modules.am
View file @
a42b001b
SUBDIRS = loader dmo avcodec shine
spudec
wmafixed omxil
SUBDIRS = loader dmo avcodec shine wmafixed omxil
SOURCES_a52 = a52.c a52.h
SOURCES_dts = dts.c
SOURCES_flac = flac.c
...
...
@@ -39,6 +39,7 @@ SOURCES_subsdec = subsdec.c substext.h
SOURCES_subsusf = subsusf.c
SOURCES_t140 = t140.c
SOURCES_crystalhd = crystalhd.c h264_nal.h
SOURCES_spudec = spudec/spudec.c spudec/parse.c spudec/spudec.h
SOURCES_stl = stl.c
SOURCES_ddummy = ddummy.c
SOURCES_edummy = edummy.c
...
...
@@ -59,6 +60,7 @@ libvlc_LTLIBRARIES += \
liblpcm_plugin.la \
libmpeg_audio_plugin.la \
librawvideo_plugin.la \
libspudec_plugin.la \
libsvcdsub_plugin.la \
libsubsdec_plugin.la \
libsubsusf_plugin.la \
...
...
modules/codec/spudec/Modules.am
deleted
100644 → 0
View file @
77e35f3d
SOURCES_spudec = \
spudec.c \
parse.c \
spudec.h \
$(NULL)
libvlc_LTLIBRARIES += libspudec_plugin.la
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