From fc59977ac98900f763e1151bfce410c6b3d0c85b Mon Sep 17 00:00:00 2001 From: nplourde Date: Mon, 27 Nov 2006 02:44:06 +0000 Subject: fix compilation for win32 dll codec support for intel osx git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21306 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp_msg.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mp_msg.h') diff --git a/mp_msg.h b/mp_msg.h index 84e921a43c..b7c977ce62 100644 --- a/mp_msg.h +++ b/mp_msg.h @@ -101,6 +101,8 @@ extern int verbose; #define MSGT_ASS 43 // libass messages +#define MSGT_LOADER 44 // dll loader messages + #define MSGT_MAX 64 void mp_msg_init(void); -- cgit v1.2.3