vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Thu Feb 12 08:19:21 2015 +0200| [8cb900ec37f89fe9f37da9fc077e93646cfd08bc] | committer: Rémi Denis-Courmont
configure: remove remove reference to nonexistent access_rtmp plugin > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8cb900ec37f89fe9f37da9fc077e93646cfd08bc --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 676383a..d126790 100644 --- a/configure.ac +++ b/configure.ac @@ -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) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
