Commit 6982d99b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove recursion into modules/demux/asf/

parent 79d4fa7e
......@@ -4075,7 +4075,6 @@ AC_CONFIG_FILES([
modules/codec/wmafixed/Makefile
modules/control/Makefile
modules/demux/Makefile
modules/demux/asf/Makefile
modules/demux/avformat/Makefile
modules/demux/avi/Makefile
modules/demux/mkv/Makefile
......
SUBDIRS = asf avformat avi mkv mp4 mpeg playlist
SUBDIRS = avformat avi mkv mp4 mpeg playlist
SOURCES_flacsys = flac.c
SOURCES_ogg = ogg.c ogg.h oggseek.c oggseek.h vorbis.h kate_categories.c \
kate_categories.h xiph.h
......@@ -34,8 +34,20 @@ SOURCES_dirac = dirac.c
SOURCES_image = image.c mxpeg_helper.h
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 += \
libaiff_plugin.la \
libasf_plugin.la \
libau_plugin.la \
librawaud_plugin.la \
libdirac_plugin.la \
......@@ -64,13 +76,6 @@ libvlc_LTLIBRARIES += \
libdemux_stl_plugin.la \
$(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
dummy.cpp:
......
SOURCES_asf = \
asf.c \
libasf.c \
libasf.h \
libasf_guid.h \
$(NULL)
libvlc_LTLIBRARIES += libasf_plugin.la
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment