[vlc-devel] commit: rtsp-caching is in live555 plugin ( Rémi Denis-Courmont )
git version control
git at videolan.org
Tue Aug 4 18:40:05 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Aug 4 19:36:40 2009 +0300| [acb13ce893b65001b8291f0a9d5deace31dee33f] | committer: Rémi Denis-Courmont
rtsp-caching is in live555 plugin
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=acb13ce893b65001b8291f0a9d5deace31dee33f
---
modules/gui/qt4/components/simple_preferences.cpp | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp
index 02a80ba..c390736 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -465,7 +465,9 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
if (module_exists ("pvr"))
TestCaC( "pvr-caching" );
#endif
- TestCaCi( "rtsp-caching", 4 ); TestCaCi( "ftp-caching", 2 );
+ if (module_exists ("livedotcom"))
+ TestCaCi( "rtsp-caching", 4 );
+ TestCaCi( "ftp-caching", 2 );
TestCaCi( "http-caching", 4 );
if (module_exists ("access_realrtsp"))
TestCaCi( "realrtsp-caching", 10 );
More information about the vlc-devel
mailing list