From c090d0da98cfc613b7b9b7227dd505735df224a6 Mon Sep 17 00:00:00 2001 From: pontscho Date: Sat, 23 Feb 2002 15:12:55 +0000 Subject: new gui interface, and gtk moved into mplayer process. fork ... bleh :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4819 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp_msg.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mp_msg.h') diff --git a/mp_msg.h b/mp_msg.h index 24cd1ed34f..3a291817c2 100644 --- a/mp_msg.h +++ b/mp_msg.h @@ -1,4 +1,7 @@ +#ifndef _MP_MSG_H +#define _MP_MSG_H + extern int verbose; // defined in mplayer.c // verbosity elevel: @@ -86,3 +89,5 @@ void mp_msg_c( int x, const char *format, ... ); #define mp_dbg(mod,lev, ... ) #endif #endif + +#endif -- cgit v1.2.3