[MPlayer-users] [1.0pre3] - Compilation problem

Nemo nemo at crazynet.org
Thu Dec 11 19:47:36 CET 2003


1.0pre3 compilation problem in the file:

mencoder.c

at rows: 1619 and 1621

Here the rows between 1615 and 1624

   1615 #if HAVE_MP3LAME >= 393
   1616     if (strcmp(preset_name, "medium") == 0) {
   1617
   1618         if (fast > 0)
   1619            lame_set_preset(gfp, MEDIUM_FAST);
   1620         else
   1621            lame_set_preset(gfp, MEDIUM);
   1622
   1623         return 0;
   1624     }

The constants MEDIUM_FAST and MEDIUM are not defined anywhere.
I can't resolve it, because I don't know the right values and, however,
I'm not an experienced programmer.
-- 
Nemo
email: nemo at crazynet.org
ehome: http://hal9000.crazynet.org/~nemo



More information about the MPlayer-users mailing list