[MPlayer-G2-dev] CVS: g2 test-play.c,1.1.1.1,1.2

Alex Beregszaszi syncmail at mplayerhq.hu
Wed Feb 18 13:40:38 CET 2004


CVS change done by Alex Beregszaszi

Update of /cvsroot/mplayer/g2
In directory mail:/var2/tmp/cvs-serv29761

Modified Files:
	test-play.c 
Log Message:
use g2codecs.conf to avoid conflict

Index: test-play.c
===================================================================
RCS file: /cvsroot/mplayer/g2/test-play.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- test-play.c	31 Jan 2004 20:16:18 -0000	1.1.1.1
+++ test-play.c	18 Feb 2004 12:40:34 -0000	1.2
@@ -193,8 +193,8 @@
   mp_msg_set_level(verbose+MSGL_STATUS);
 
 //INIT codecs-config
-  if(!parse_codec_cfg(get_path("codecs.conf"))){
-    if(!parse_codec_cfg(MPLAYER_CONFDIR"/codecs.conf")){
+  if(!parse_codec_cfg(get_path("g2codecs.conf"))){
+    if(!parse_codec_cfg(MPLAYER_CONFDIR"/g2codecs.conf")){
       mp_msg(MSGT_CPLAYER,MSGL_HINT,MSGTR_CopyCodecsConf);
       exit(0);
     }




More information about the MPlayer-G2-dev mailing list