[Mplayer-cvslog] CVS: main mencoder.c,1.172,1.173

Arpi of Ize arpi at mplayerhq.hu
Sun Oct 6 12:49:45 CEST 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv26100

Modified Files:
	mencoder.c 
Log Message:
11l


Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- mencoder.c	5 Oct 2002 22:55:44 -0000	1.172
+++ mencoder.c	6 Oct 2002 10:49:41 -0000	1.173
@@ -716,6 +716,7 @@
       mp_msg(MSGT_CPLAYER,MSGL_ERR,"Couldn't find matching filter / ao format!\n");
     }
     break;
+#ifdef HAVE_MP3LAME
 case ACODEC_VBRMP3:
     printf("MP3 audio selected\n");
     mux_a->h.dwSampleSize=0; // VBR
@@ -747,6 +748,7 @@
       mp_msg(MSGT_CPLAYER,MSGL_ERR,"Couldn't find matching filter / ao format!\n");
     }
     break;
+#endif
 }
 
 if (verbose>1) print_wave_header(mux_a->wf);




More information about the MPlayer-cvslog mailing list