[vlc-commits] Do not build Dummy and T.140 encoder when sout is disabled

Jean-Baptiste Kempf git at videolan.org
Wed Sep 26 20:08:09 CEST 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Sep 26 20:07:44 2012 +0200| [7062f040ffa601436a1dee8c9a639846ae7eb347] | committer: Jean-Baptiste Kempf

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

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7062f040ffa601436a1dee8c9a639846ae7eb347
---

 modules/codec/Modules.am |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/modules/codec/Modules.am b/modules/codec/Modules.am
index bcda85b..7947def 100644
--- a/modules/codec/Modules.am
+++ b/modules/codec/Modules.am
@@ -68,7 +68,6 @@ libvlc_LTLIBRARIES += \
 	libddummy_plugin.la \
 	libdts_plugin.la \
 	libdvbsub_plugin.la \
-	libedummy_plugin.la \
 	liblpcm_plugin.la \
 	libmpeg_audio_plugin.la \
 	librawvideo_plugin.la \
@@ -76,10 +75,15 @@ libvlc_LTLIBRARIES += \
 	libsvcdsub_plugin.la \
 	libsubsdec_plugin.la \
 	libsubsusf_plugin.la \
-	libt140_plugin.la \
 	libstl_plugin.la \
 	$(NULL)
 
+if ENABLE_SOUT
+libvlc_LTLIBRARIES += \
+	libt140_plugin.la \
+	libedummy_plugin.la
+endif
+
 ### FFmpeg/libav ###
 libavcodec_plugin_la_SOURCES = \
 	avcodec/avcommon.h \



More information about the vlc-commits mailing list