[vlc-commits] Build packetizer copy even without sout
Jean-Baptiste Kempf
git at videolan.org
Tue May 17 16:13:06 CEST 2016
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May 17 16:12:30 2016 +0200| [9fe871c1f17f2acbaadcb6ff7991ab79c5d1489e] | committer: Jean-Baptiste Kempf
Build packetizer copy even without sout
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9fe871c1f17f2acbaadcb6ff7991ab79c5d1489e
---
modules/packetizer/Makefile.am | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/modules/packetizer/Makefile.am b/modules/packetizer/Makefile.am
index cf39389..c0b2ca8 100644
--- a/modules/packetizer/Makefile.am
+++ b/modules/packetizer/Makefile.am
@@ -38,10 +38,8 @@ packetizer_LTLIBRARIES = \
libpacketizer_dirac_plugin.la \
libpacketizer_flac_plugin.la \
libpacketizer_hevc_plugin.la \
+ libpacketizer_copy_plugin.la \
$(NULL)
-if ENABLE_SOUT
-packetizer_LTLIBRARIES += libpacketizer_copy_plugin.la
-endif
if HAVE_AVCODEC
if !MERGE_FFMPEG
More information about the vlc-commits
mailing list