]> git.sesse.net Git - vlc/commitdiff
rtsp-caching is in live555 plugin
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 4 Aug 2009 16:36:40 +0000 (19:36 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 4 Aug 2009 16:40:01 +0000 (19:40 +0300)
modules/gui/qt4/components/simple_preferences.cpp

index 02a80ba3e4a5ce180dd9c0704c7f5bea7142eaee..c390736fb9ed82884aa292820c8e954d645bc7d3 100644 (file)
@@ -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 );