From d18c4f1d1e8b44e4cbba62dac97b62127fa700a7 Mon Sep 17 00:00:00 2001 From: albeu Date: Sat, 12 Apr 2003 13:40:30 +0000 Subject: Don't save restore all options wich point to the same variable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9913 b3059339-0415-0410-9bf9-f77b7e298cf2 --- m_config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'm_config.h') diff --git a/m_config.h b/m_config.h index 3ba5563499..709ac6cdf5 100644 --- a/m_config.h +++ b/m_config.h @@ -28,6 +28,9 @@ typedef struct m_config { int mode; } m_config_t; +#define M_CFG_OPT_SET (1<<0) +#define M_CFG_OPT_ALIAS (1<<1) + //////////////////////////// Functions /////////////////////////////////// -- cgit v1.2.3