From 77a77d886978a87ab2ff8f68da553d4b34b5d48b Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 20 Nov 2012 13:31:56 +0100 Subject: mplayer: disable auto-loading of external codecs.conf Do not load codecs.conf files located in $PREFIX/etc/mpv/ or ~/.mpv/. There really is no use for this, other than possibly breaking things. It's still possible to use --codecs-file explicitly to load an external config file, and this option can be used in ~/.mpv/config. While we're at it, remove the global codecs_file variable, and another unused variable. --- core/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/options.h') diff --git a/core/options.h b/core/options.h index 3f916310b6..28bdd70e3c 100644 --- a/core/options.h +++ b/core/options.h @@ -51,6 +51,7 @@ typedef struct MPOpts { int chapter_merge_threshold; int quiet; int noconfig; + char *codecs_file; int stream_cache_size; float stream_cache_min_percent; float stream_cache_seek_min_percent; -- cgit v1.2.3