Commit 26017bcc authored by Ilkka Ollakka's avatar Ilkka Ollakka

configure: link dvbpsi to ts-demuxer

parent 33cb3119
......@@ -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])
......
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