[vlc-commits] configure: link dvbpsi to ts-demuxer

Ilkka Ollakka git at videolan.org
Fri Apr 1 15:32:54 CEST 2011


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Fri Apr  1 16:28:37 2011 +0300| [26017bcc3a3e48d065116bfd0a79583ae24ff9c0] | committer: Ilkka Ollakka

configure: link dvbpsi to ts-demuxer

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

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 5a64a55..beb5dd6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2107,6 +2107,7 @@ dnl  libdvbpsi check for ts mux/demux
 dnl
 PKG_WITH_MODULES([DVBPSI], [libdvbpsi],
     VLC_ADD_PLUGIN([ts])
+    VLC_ADD_LIBS([ts],[-ldvbpsi])
 if test "${enable_sout}" != "no"; then
     VLC_ADD_PLUGIN([mux_ts])
     VLC_ADD_LIBS([mux_ts],[-ldvbpsi])



More information about the vlc-commits mailing list