diff mpcommon.h @ 30903:565f6d0f0d2a

Make all instances of codec_patch unconditional, otherwise compilation will break on systems that do not have win32 dlls enabled. Fixes compilation bug introduced by r30942 10l to the anonymous guy who explains the importance of commit messages and would like to have romance novels in these very messages.
author attila
date Sun, 21 Mar 2010 10:13:00 +0000
parents eb1b97313903
children b32527b30d17
line wrap: on
line diff
--- a/mpcommon.h	Sun Mar 21 08:34:09 2010 +0000
+++ b/mpcommon.h	Sun Mar 21 10:13:00 2010 +0000
@@ -37,8 +37,6 @@
 extern int disable_system_conf;
 extern int disable_user_conf;
 
-#ifdef CONFIG_WIN32DLL
 extern char *codec_path;
-#endif
 
 #endif /* MPLAYER_MPCOMMON_H */