[vlc-commits] Configure: activate realrtsp module
Jean-Baptiste Kempf
git at videolan.org
Tue Jul 9 14:06:16 CEST 2013
vlc/vlc-2.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jul 9 14:03:30 2013 +0200| [5ea0d0e92d9e67fbe6c9428a2eafba307614c1d8] | committer: Jean-Baptiste Kempf
Configure: activate realrtsp module
(cherry picked from commit 5cc766a11ee1da7486507d470cc6a148e4b2d5be)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=5ea0d0e92d9e67fbe6c9428a2eafba307614c1d8
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 3f58e54..b32f222 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