From a1f7ee1a4bf627554732dc41ef4e4f0a027018f6 Mon Sep 17 00:00:00 2001 From: attila Date: Sun, 21 Mar 2010 10:13:00 +0000 Subject: 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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30945 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mpcommon.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'mpcommon.h') diff --git a/mpcommon.h b/mpcommon.h index a81aa8e1ba..5e2368562f 100644 --- a/mpcommon.h +++ b/mpcommon.h @@ -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 */ -- cgit v1.2.3 From 5e480c7b817748e000caa967711f28eae5e2a3f2 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 23 Mar 2010 18:01:00 +0000 Subject: Get rid of pointless def_path variable; use codec_path directly instead. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30949 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mpcommon.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'mpcommon.h') diff --git a/mpcommon.h b/mpcommon.h index 5e2368562f..412225b104 100644 --- a/mpcommon.h +++ b/mpcommon.h @@ -37,6 +37,4 @@ void set_osd_subtitle(subtitle *subs); extern int disable_system_conf; extern int disable_user_conf; -extern char *codec_path; - #endif /* MPLAYER_MPCOMMON_H */ -- cgit v1.2.3