]> git.sesse.net Git - vlc/commitdiff
configure: link dvbpsi to ts-demuxer
authorIlkka Ollakka <ileoo@videolan.org>
Fri, 1 Apr 2011 13:28:37 +0000 (16:28 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Fri, 1 Apr 2011 13:28:37 +0000 (16:28 +0300)
configure.ac

index 5a64a55e7c33e9233932ac72d06e9099c592fbda..beb5dd625f93782a78037e9430a47e169371a80c 100644 (file)
@@ -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])