summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-13 11:57:40 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-13 11:57:40 +0000
commitcae4f4e7b443538ca6d20e67f72706f2594a5a66 (patch)
tree40b67fc192a29bcbee7ee174c8716560f96b0c62 /mplayer.c
parentd765e163b848df8db4d701e03949bdda41b063c7 (diff)
downloadmpv-cae4f4e7b443538ca6d20e67f72706f2594a5a66.tar.bz2
mpv-cae4f4e7b443538ca6d20e67f72706f2594a5a66.tar.xz
DO NOT recommend or even suggest installing codecs.conf.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21906 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 920de07c54..1a394061d9 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -3717,7 +3717,6 @@ if(!codecs_file || !parse_codec_cfg(codecs_file)){
if(!parse_codec_cfg(mem_ptr=get_path("codecs.conf"))){
if(!parse_codec_cfg(MPLAYER_CONFDIR "/codecs.conf")){
if(!parse_codec_cfg(NULL)){
- mp_msg(MSGT_CPLAYER,MSGL_HINT,MSGTR_CopyCodecsConf);
exit_player_with_rc(NULL, 0);
}
mp_msg(MSGT_CPLAYER,MSGL_V,MSGTR_BuiltinCodecsConf);