From cae4f4e7b443538ca6d20e67f72706f2594a5a66 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 13 Jan 2007 11:57:40 +0000 Subject: DO NOT recommend or even suggest installing codecs.conf. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21906 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index 449111a5aa..029a980fde 100644 --- a/mencoder.c +++ b/mencoder.c @@ -457,7 +457,6 @@ if(!codecs_file || !parse_codec_cfg(codecs_file)){ if(!parse_codec_cfg(get_path("codecs.conf"))){ if(!parse_codec_cfg(MPLAYER_CONFDIR "/codecs.conf")){ if(!parse_codec_cfg(NULL)){ - mp_msg(MSGT_MENCODER,MSGL_HINT,MSGTR_CopyCodecsConf); mencoder_exit(1,NULL); } mp_msg(MSGT_MENCODER,MSGL_V,MSGTR_BuiltinCodecsConf); -- cgit v1.2.3