Commit 27e0d5bc authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Make mux_ts a plugin too.

Afterall, ts is a plugin, and is probably as useful if not more.
parent 7a16cdaa
...@@ -1905,7 +1905,7 @@ then ...@@ -1905,7 +1905,7 @@ then
AC_CHECK_HEADERS(dvbpsi/dr.h, AC_CHECK_HEADERS(dvbpsi/dr.h,
[ VLC_ADD_PLUGINS([ts]) [ VLC_ADD_PLUGINS([ts])
if test "${enable_sout}" != "no"; then if test "${enable_sout}" != "no"; then
VLC_ADD_BUILTINS([mux_ts]) VLC_ADD_PLUGINS([mux_ts])
fi fi
VLC_ADD_LDFLAGS([mux_ts ts dvb],[-ldvbpsi]) ], VLC_ADD_LDFLAGS([mux_ts ts dvb],[-ldvbpsi]) ],
[ AC_MSG_WARN([cannot find libdvbpsi headers]) ], [ AC_MSG_WARN([cannot find libdvbpsi headers]) ],
......
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