Browse Source

Remove recursion into modules/codec/spudec/

pull/3/head
Rémi Denis-Courmont 14 years ago
parent
commit
a42b001bfd
  1. 1
      configure.ac
  2. 4
      modules/codec/Modules.am
  3. 7
      modules/codec/spudec/Modules.am

1
configure.ac

@ -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

4
modules/codec/Modules.am

@ -1,4 +1,4 @@
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 \

7
modules/codec/spudec/Modules.am

@ -1,7 +0,0 @@
SOURCES_spudec = \
spudec.c \
parse.c \
spudec.h \
$(NULL)
libvlc_LTLIBRARIES += libspudec_plugin.la
Loading…
Cancel
Save