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
6982d99b
Commit
6982d99b
authored
Sep 09, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove recursion into modules/demux/asf/
parent
79d4fa7e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
17 deletions
+13
-17
configure.ac
configure.ac
+0
-1
modules/demux/Modules.am
modules/demux/Modules.am
+13
-8
modules/demux/asf/Modules.am
modules/demux/asf/Modules.am
+0
-8
No files found.
configure.ac
View file @
6982d99b
...
@@ -4075,7 +4075,6 @@ AC_CONFIG_FILES([
...
@@ -4075,7 +4075,6 @@ AC_CONFIG_FILES([
modules/codec/wmafixed/Makefile
modules/codec/wmafixed/Makefile
modules/control/Makefile
modules/control/Makefile
modules/demux/Makefile
modules/demux/Makefile
modules/demux/asf/Makefile
modules/demux/avformat/Makefile
modules/demux/avformat/Makefile
modules/demux/avi/Makefile
modules/demux/avi/Makefile
modules/demux/mkv/Makefile
modules/demux/mkv/Makefile
...
...
modules/demux/Modules.am
View file @
6982d99b
SUBDIRS = a
sf a
vformat avi mkv mp4 mpeg playlist
SUBDIRS = avformat avi mkv mp4 mpeg playlist
SOURCES_flacsys = flac.c
SOURCES_flacsys = flac.c
SOURCES_ogg = ogg.c ogg.h oggseek.c oggseek.h vorbis.h kate_categories.c \
SOURCES_ogg = ogg.c ogg.h oggseek.c oggseek.h vorbis.h kate_categories.c \
kate_categories.h xiph.h
kate_categories.h xiph.h
...
@@ -34,8 +34,20 @@ SOURCES_dirac = dirac.c
...
@@ -34,8 +34,20 @@ SOURCES_dirac = dirac.c
SOURCES_image = image.c mxpeg_helper.h
SOURCES_image = image.c mxpeg_helper.h
SOURCES_demux_stl = stl.c
SOURCES_demux_stl = stl.c
libasf_plugin_la_SOURCES = asf/asf.c asf/libasf.c asf/libasf.h asf/libasf_guid.h
libasf_plugin_la_CFLAGS = $(AM_CFLAGS)
libasf_plugin_la_LIBADD = $(AM_LIBADD)
libts_plugin_la_SOURCES = ts.c ../mux/mpeg/csa.c dvb-text.h
libts_plugin_la_CFLAGS = $(AM_CFLAGS) $(DVBPSI_CFLAGS)
libts_plugin_la_LIBADD = $(AM_LIBADD) $(DVBPSI_LIBS) $(SOCKET_LIBS)
if HAVE_DVBPSI
libvlc_LTLIBRARIES += libts_plugin.la
endif
libvlc_LTLIBRARIES += \
libvlc_LTLIBRARIES += \
libaiff_plugin.la \
libaiff_plugin.la \
libasf_plugin.la \
libau_plugin.la \
libau_plugin.la \
librawaud_plugin.la \
librawaud_plugin.la \
libdirac_plugin.la \
libdirac_plugin.la \
...
@@ -64,13 +76,6 @@ libvlc_LTLIBRARIES += \
...
@@ -64,13 +76,6 @@ libvlc_LTLIBRARIES += \
libdemux_stl_plugin.la \
libdemux_stl_plugin.la \
$(NULL)
$(NULL)
libts_plugin_la_SOURCES = ts.c ../mux/mpeg/csa.c dvb-text.h
libts_plugin_la_CFLAGS = $(AM_CFLAGS) $(DVBPSI_CFLAGS)
libts_plugin_la_LIBADD = $(AM_LIBADD) $(DVBPSI_LIBS) $(SOCKET_LIBS)
if HAVE_DVBPSI
libvlc_LTLIBRARIES += libts_plugin.la
endif
BUILT_SOURCES += dummy.cpp
BUILT_SOURCES += dummy.cpp
dummy.cpp:
dummy.cpp:
...
...
modules/demux/asf/Modules.am
deleted
100644 → 0
View file @
79d4fa7e
SOURCES_asf = \
asf.c \
libasf.c \
libasf.h \
libasf_guid.h \
$(NULL)
libvlc_LTLIBRARIES += libasf_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