diff stream/stream.c @ 36303:b50212f27ffa

Add support for rtsp:// falling back to support via FFmpeg.
author reimar
date Sun, 04 Aug 2013 13:30:42 +0000
parents a5fd69f820f3
children 7fd255e0db1b
line wrap: on
line diff
--- a/stream/stream.c	Sun Aug 04 13:30:41 2013 +0000
+++ b/stream/stream.c	Sun Aug 04 13:30:42 2013 +0000
@@ -105,6 +105,9 @@
 #endif
   &stream_info_rtp,
   &stream_info_udp,
+#ifdef CONFIG_FFMPEG
+  &stream_info_ffmpeg,
+#endif
   &stream_info_http2,
 #endif
 #ifdef CONFIG_DVBIN
@@ -139,9 +142,6 @@
 #ifdef CONFIG_LIBBLURAY
   &stream_info_bluray,
 #endif
-#ifdef CONFIG_FFMPEG
-  &stream_info_ffmpeg,
-#endif
 
   &stream_info_null,
   &stream_info_mf,