changeset 7613:ff6bcf692358

11l
author arpi
date Sun, 06 Oct 2002 10:49:41 +0000
parents bf7f2bd2eb24
children ce6a938aa6d3
files mencoder.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mencoder.c	Sun Oct 06 10:42:24 2002 +0000
+++ b/mencoder.c	Sun Oct 06 10:49:41 2002 +0000
@@ -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);