summaryrefslogtreecommitdiffstats
path: root/mpcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpcommon.h')
-rw-r--r--mpcommon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mpcommon.h b/mpcommon.h
index 412225b104..a81aa8e1ba 100644
--- a/mpcommon.h
+++ b/mpcommon.h
@@ -37,4 +37,8 @@ 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 */