]> git.sesse.net Git - vlc/commitdiff
Make mux_ts a plugin too.
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 2 Sep 2006 12:26:41 +0000 (12:26 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 2 Sep 2006 12:26:41 +0000 (12:26 +0000)
Afterall, ts is a plugin, and is probably as useful if not more.

configure.ac

index fdb08b1a0a531241ca7d23bb4d0e2bc6e4ca0b34..4839e80adac7446aa25c94d2c80a8ddc978324e0 100644 (file)
@@ -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]) ],