changeset 31473:0efed9cafbb4

Move rtsp_destination extern declaration to stream.h.
author diego
date Wed, 23 Jun 2010 16:39:16 +0000
parents f5b66007c5e1
children 133a32b2a5a5
files cfg-common.h stream/stream.h
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-common.h	Wed Jun 23 13:36:02 2010 +0000
+++ b/cfg-common.h	Wed Jun 23 16:39:16 2010 +0000
@@ -151,7 +151,6 @@
 #endif /* CONFIG_PVR */
 
 extern int rtsp_port;
-extern char *rtsp_destination;
 
 const m_option_t scaler_filter_conf[]={
     {"lgb", &sws_lum_gblur, CONF_TYPE_FLOAT, 0, 0, 100.0, NULL},
--- a/stream/stream.h	Wed Jun 23 13:36:02 2010 +0000
+++ b/stream/stream.h	Wed Jun 23 16:39:16 2010 +0000
@@ -342,6 +342,8 @@
 
 extern const m_option_t dvbin_opts_conf[];
 
+extern char *rtsp_destination;
+
 typedef struct {
  int id; // 0 - 31 mpeg; 128 - 159 ac3; 160 - 191 pcm
  int language;