From 27e0d5bc0d50422e5095e575292d85bb2ddc380b Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 2 Sep 2006 12:26:41 +0000 Subject: [PATCH] Make mux_ts a plugin too. Afterall, ts is a plugin, and is probably as useful if not more. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fdb08b1a0a..4839e80ada 100644 --- a/configure.ac +++ b/configure.ac @@ -1905,7 +1905,7 @@ then AC_CHECK_HEADERS(dvbpsi/dr.h, [ VLC_ADD_PLUGINS([ts]) if test "${enable_sout}" != "no"; then - VLC_ADD_BUILTINS([mux_ts]) + VLC_ADD_PLUGINS([mux_ts]) fi VLC_ADD_LDFLAGS([mux_ts ts dvb],[-ldvbpsi]) ], [ AC_MSG_WARN([cannot find libdvbpsi headers]) ], -- 2.39.2