summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-12 07:38:30 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-12 07:38:30 +0000
commitf88bf0c7b7faf4b6f58c8b4c9c0f3892e07dc5ba (patch)
tree217c98ecee89a01b29dd9771d319aa1816b20da1 /cfg-common.h
parent51700fd1f5ed67fcabfce0d3c1c662500d8c7a14 (diff)
downloadmpv-f88bf0c7b7faf4b6f58c8b4c9c0f3892e07dc5ba.tar.bz2
mpv-f88bf0c7b7faf4b6f58c8b4c9c0f3892e07dc5ba.tar.xz
Remove pointless #ifdefs around extern declarations.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27458 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 1737ecb169..bed59136e4 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -145,7 +145,6 @@ const m_option_t tvopts_conf[]={
};
#endif /* CONFIG_TV */
-#ifdef CONFIG_PVR
extern int pvr_param_aspect_ratio;
extern int pvr_param_sample_rate;
extern int pvr_param_audio_layer;
@@ -156,6 +155,7 @@ extern char *pvr_param_bitrate_mode;
extern int pvr_param_bitrate_peak;
extern char *pvr_param_stream_type;
+#ifdef CONFIG_PVR
const m_option_t pvropts_conf[]={
{"aspect", &pvr_param_aspect_ratio, CONF_TYPE_INT, 0, 1, 4, NULL},
{"arate", &pvr_param_sample_rate, CONF_TYPE_INT, 0, 32000, 48000, NULL},
@@ -170,10 +170,7 @@ const m_option_t pvropts_conf[]={
};
#endif /* CONFIG_PVR */
-#ifdef CONFIG_DVBIN
extern const m_config_t dvbin_opts_conf[];
-#endif
-
extern const m_option_t lavfdopts_conf[];
extern int rtspStreamOverTCP;
@@ -352,10 +349,9 @@ const m_option_t msgl_config[]={
};
-#ifdef WIN32
-
extern char * proc_priority;
+#ifdef WIN32
struct {
char* name;
int prio;