# HG changeset patch # User diego # Date 1277311156 0 # Node ID 0efed9cafbb43088eb1df89d4a6325887875d1ae # Parent f5b66007c5e1061511e3d780da7a5ed522148e27 Move rtsp_destination extern declaration to stream.h. diff -r f5b66007c5e1 -r 0efed9cafbb4 cfg-common.h --- 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}, diff -r f5b66007c5e1 -r 0efed9cafbb4 stream/stream.h --- 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;