]> git.sesse.net Git - vlc/commitdiff
* configure.ac: mux_ts was moved to builtins by mistake.
authorGildas Bazin <gbazin@videolan.org>
Mon, 21 Feb 2005 19:15:33 +0000 (19:15 +0000)
committerGildas Bazin <gbazin@videolan.org>
Mon, 21 Feb 2005 19:15:33 +0000 (19:15 +0000)
configure.ac

index b1c1d090a3f1d5f02bee3b94b93a9fea2232f067..582035b2e1b3a195a577f5015cc9aab6fbd1681c 100644 (file)
@@ -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])