Commit 5cc766a1 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Configure: activate realrtsp module

parent f3be1dd2
...@@ -1916,7 +1916,7 @@ dnl ...@@ -1916,7 +1916,7 @@ dnl
AC_ARG_ENABLE(realrtsp, AC_ARG_ENABLE(realrtsp,
[ --enable-realrtsp Real RTSP module (default disabled)]) [ --enable-realrtsp Real RTSP module (default disabled)])
if test "${enable_realrtsp}" = "yes"; then if test "${enable_realrtsp}" = "yes"; then
VLC_ADD_PLUGIN([realrtsp]) VLC_ADD_PLUGIN([access_realrtsp])
fi fi
dnl dnl
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment