From 804e7ac45c21c2c0043d0d20bf7c64fe26caaea0 Mon Sep 17 00:00:00 2001 From: Gildas Bazin Date: Mon, 21 Feb 2005 19:15:33 +0000 Subject: [PATCH] * configure.ac: mux_ts was moved to builtins by mistake. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b1c1d090a3..582035b2e1 100644 --- a/configure.ac +++ b/configure.ac @@ -1531,7 +1531,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_CPPFLAGS([mux_ts ts dvb],[${CPPFLAGS_test}]) VLC_ADD_LDFLAGS([mux_ts ts dvb],[${LDFLAGS_test} -ldvbpsi]) -- 2.39.5