[vlc-commits] Configure: activate realrtsp module
Jean-Baptiste Kempf
git at videolan.org
Tue Jul 9 14:03:45 CEST 2013
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jul 9 14:03:30 2013 +0200| [5cc766a11ee1da7486507d470cc6a148e4b2d5be] | committer: Jean-Baptiste Kempf
Configure: activate realrtsp module
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5cc766a11ee1da7486507d470cc6a148e4b2d5be
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 2f362bb..c8e3f31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1916,7 +1916,7 @@ dnl
AC_ARG_ENABLE(realrtsp,
[ --enable-realrtsp Real RTSP module (default disabled)])
if test "${enable_realrtsp}" = "yes"; then
- VLC_ADD_PLUGIN([realrtsp])
+ VLC_ADD_PLUGIN([access_realrtsp])
fi
dnl
More information about the vlc-commits
mailing list