[MPlayer-cvslog] r30945 - in trunk: mpcommon.c mpcommon.h
attila
subversion at mplayerhq.hu
Sun Mar 21 11:13:00 CET 2010
Author: attila
Date: Sun Mar 21 11:13:00 2010
New Revision: 30945
Log:
10l for Diego.
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
Modified:
trunk/mpcommon.c
trunk/mpcommon.h
Modified: trunk/mpcommon.c
==============================================================================
--- trunk/mpcommon.c Sun Mar 21 09:34:09 2010 (r30944)
+++ trunk/mpcommon.c Sun Mar 21 11:13:00 2010 (r30945)
@@ -314,7 +314,5 @@ const m_option_t noconfig_opts[] = {
{NULL, NULL, 0, 0, 0, 0, NULL}
};
-#ifdef CONFIG_WIN32DLL
char *codec_path = NULL;
-#endif
Modified: trunk/mpcommon.h
==============================================================================
--- trunk/mpcommon.h Sun Mar 21 09:34:09 2010 (r30944)
+++ trunk/mpcommon.h Sun Mar 21 11:13:00 2010 (r30945)
@@ -37,8 +37,6 @@ 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 */
More information about the MPlayer-cvslog
mailing list