Commit 7062f040 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Do not build Dummy and T.140 encoder when sout is disabled

parent da112653
...@@ -68,7 +68,6 @@ libvlc_LTLIBRARIES += \ ...@@ -68,7 +68,6 @@ libvlc_LTLIBRARIES += \
libddummy_plugin.la \ libddummy_plugin.la \
libdts_plugin.la \ libdts_plugin.la \
libdvbsub_plugin.la \ libdvbsub_plugin.la \
libedummy_plugin.la \
liblpcm_plugin.la \ liblpcm_plugin.la \
libmpeg_audio_plugin.la \ libmpeg_audio_plugin.la \
librawvideo_plugin.la \ librawvideo_plugin.la \
...@@ -76,10 +75,15 @@ libvlc_LTLIBRARIES += \ ...@@ -76,10 +75,15 @@ libvlc_LTLIBRARIES += \
libsvcdsub_plugin.la \ libsvcdsub_plugin.la \
libsubsdec_plugin.la \ libsubsdec_plugin.la \
libsubsusf_plugin.la \ libsubsusf_plugin.la \
libt140_plugin.la \
libstl_plugin.la \ libstl_plugin.la \
$(NULL) $(NULL)
if ENABLE_SOUT
libvlc_LTLIBRARIES += \
libt140_plugin.la \
libedummy_plugin.la
endif
### FFmpeg/libav ### ### FFmpeg/libav ###
libavcodec_plugin_la_SOURCES = \ libavcodec_plugin_la_SOURCES = \
avcodec/avcommon.h \ avcodec/avcommon.h \
......
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