summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mpcommon.c2
-rw-r--r--mpcommon.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/mpcommon.c b/mpcommon.c
index 90e2adbd84..55b6bb8558 100644
--- a/mpcommon.c
+++ b/mpcommon.c
@@ -314,7 +314,5 @@ const m_option_t noconfig_opts[] = {
{NULL, NULL, 0, 0, 0, 0, NULL}
};
-#ifdef CONFIG_WIN32DLL
char *codec_path = NULL;
-#endif
diff --git a/mpcommon.h b/mpcommon.h
index a81aa8e1ba..5e2368562f 100644
--- a/mpcommon.h
+++ b/mpcommon.h
@@ -37,8 +37,6 @@ void set_osd_subtitle(subtitle *subs);
extern int disable_system_conf;
extern int disable_user_conf;
-#ifdef CONFIG_WIN32DLL
extern char *codec_path;
-#endif
#endif /* MPLAYER_MPCOMMON_H */