summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-06 08:45:06 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-06 08:45:06 +0000
commit569083894beaef1d0a76211c6a1e22aa8df0b922 (patch)
treef8f09f5bb95918b01f7e27bc8c1bb4c0576141b1 /cfg-common.h
parent5aac28ec24961c7e02c4a2e7085e641a3a4b78c7 (diff)
downloadmpv-569083894beaef1d0a76211c6a1e22aa8df0b922.tar.bz2
mpv-569083894beaef1d0a76211c6a1e22aa8df0b922.tar.xz
100l, reverting unrelated change with last commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17108 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h8
1 files changed, 0 insertions, 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;