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
4d1cee9e
Commit
4d1cee9e
authored
Sep 09, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove recursion into modules/access/vcd/
parent
1000e8fa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
10 deletions
+7
-10
configure.ac
configure.ac
+0
-1
modules/access/Modules.am
modules/access/Modules.am
+7
-3
modules/access/vcd/Modules.am
modules/access/vcd/Modules.am
+0
-6
No files found.
configure.ac
View file @
4d1cee9e
...
...
@@ -4130,7 +4130,6 @@ AC_CONFIG_FILES([
modules/access/Makefile
modules/access/mms/Makefile
modules/access/rtp/Makefile
modules/access/vcd/Makefile
modules/access/vcdx/Makefile
modules/access/zip/Makefile
modules/access/zip/unzip/Makefile
...
...
modules/access/Modules.am
View file @
4d1cee9e
SUBDIRS = mms rtp vcd
vcd
x zip
SUBDIRS = mms rtp vcdx zip
libfilesystem_plugin_la_SOURCES = \
fs.h \
...
...
@@ -165,8 +165,12 @@ SOURCES_cdda = \
cdda.c \
vcd/cdrom.c \
vcd/cdrom.h \
vcd/cdrom_internals.h \
$(NULL)
vcd/cdrom_internals.h
SOURCES_vcd = \
vcd/vcd.c \
vcd/cdrom.c \
vcd/cdrom.h \
vcd/cdrom_internals.h
SOURCES_dvdnav = dvdnav.c
SOURCES_dvdread = dvdread.c
...
...
modules/access/vcd/Modules.am
deleted
100644 → 0
View file @
1000e8fa
SOURCES_vcd = \
vcd.c \
cdrom.c \
cdrom.h \
cdrom_internals.h \
$(NULL)
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