summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index b6ddd90f72..836ae504ee 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -97,6 +97,10 @@
#include "input/input.h"
+#ifdef CONFIG_WIN32DLL
+#include "loader/drv.h" // for SetCodecPath()
+#endif
+
const int under_mencoder = 0;
int slave_mode=0;
int player_idle_mode=0;