comparison mplayer.c @ 30872:eb1b97313903

Follow a more proper way to support -codecpath. 1. Include loader/drv.h for SetCodecPath() instead of a declaration of it. 2. Move codec_path from get_path.h to mpcommon.h and mpcommon.c.
author komh
date Wed, 17 Mar 2010 09:12:51 +0000
parents 977fd535cc9d
children ff7b06c867cd
comparison
equal deleted inserted replaced
30871:24a1c1f79296 30872:eb1b97313903
92 #include "osdep/timer.h" 92 #include "osdep/timer.h"
93 93
94 #include "gui/interface.h" 94 #include "gui/interface.h"
95 95
96 #include "input/input.h" 96 #include "input/input.h"
97
98 #ifdef CONFIG_WIN32DLL
99 #include "loader/drv.h" // for SetCodecPath()
100 #endif
97 101
98 int slave_mode=0; 102 int slave_mode=0;
99 int player_idle_mode=0; 103 int player_idle_mode=0;
100 int quiet=0; 104 int quiet=0;
101 int enable_mouse_movements=0; 105 int enable_mouse_movements=0;