]> git.sesse.net Git - vlc/commitdiff
configure: remove remove reference to nonexistent access_rtmp plugin
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 12 Feb 2015 06:19:21 +0000 (08:19 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 12 Feb 2015 06:19:21 +0000 (08:19 +0200)
configure.ac

index 676383a5364fcf3076f74878b24108f47d48e67d..d126790ebf7a3d8977307070aa8047c722f6030c 100644 (file)
@@ -650,7 +650,7 @@ AC_CHECK_FUNCS([if_nameindex if_nametoindex])
 VLC_RESTORE_FLAGS
 
 AS_IF([test -n "$SOCKET_LIBS"], [
-  VLC_ADD_LIBS([access_rtmp sap ts remoteosd audiobargraph_a],[${SOCKET_LIBS}])
+  VLC_ADD_LIBS([sap ts remoteosd audiobargraph_a],[${SOCKET_LIBS}])
 ])
 AC_SUBST(SOCKET_LIBS)