From 569083894beaef1d0a76211c6a1e22aa8df0b922 Mon Sep 17 00:00:00 2001 From: ods15 Date: Tue, 6 Dec 2005 08:45:06 +0000 Subject: [PATCH] 100l, reverting unrelated change with last commit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17108 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-common.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/cfg-common.h b/cfg-common.h index 7704c1bbf3..7e56ac18b1 100644 --- a/cfg-common.h +++ b/cfg-common.h @@ -225,10 +225,6 @@ {"xvidopts", xvid_dec_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, #endif {"codecs-file", &codecs_file, CONF_TYPE_STRING, 0, 0, 0, NULL}, -#ifdef WIN32_LOADER - {"codecs-dir", &def_path, CONF_TYPE_STRING, 0, 0, 0, NULL}, -#endif - // ------------------------- subtitles options -------------------- #ifdef USE_SUB @@ -314,10 +310,6 @@ extern int divx_quality; /* defined in codec-cfg.c */ extern char * codecs_file; -#ifdef WIN32_LOADER -extern char * def_path; -#endif - /* from dec_audio, currently used for ac3surround decoder only */ extern int audio_output_channels;