changeset 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 f405a747a35a
children c449f1667e78
files mpcommon.c mpcommon.h
diffstat 2 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mpcommon.c	Sun Mar 21 08:34:09 2010 +0000
+++ b/mpcommon.c	Sun Mar 21 10:13:00 2010 +0000
@@ -314,7 +314,5 @@
     {NULL, NULL, 0, 0, 0, 0, NULL}
 };
 
-#ifdef CONFIG_WIN32DLL
 char *codec_path = NULL;
-#endif
 
--- 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 */