comparison DOCS/documentation.html @ 3669:5ef5df143cbf

added "Internal buffer inconsistency" lame bug as Known problem
author gabucino
date Sun, 23 Dec 2001 13:31:43 +0000
parents 081d696b453d
children e84d8f81a120
comparison
equal deleted inserted replaced
3668:081d696b453d 3669:5ef5df143cbf
629 <P><B><I>Compilation</I></B></P> 629 <P><B><I>Compilation</I></B></P>
630 630
631 <P> 631 <P>
632 <UL> 632 <UL>
633 <LI>first, you have to recompile. <CODE>./configure</CODE> will autodetect kernel headers 633 <LI>first, you have to recompile. <CODE>./configure</CODE> will autodetect kernel headers
634 from bttv stuff, and the existence of /dev/video* entries. If they exist, 634 of v4l stuff, and the existence of /dev/video* entries. If they exist,
635 TV support will be built (see configure's output!).</LI> 635 TV support will be built (see configure's output!).</LI>
636 <LI>make sure your tuner works with another TV softwares in Linux, for example 636 <LI>make sure your tuner works with another TV softwares in Linux, for example
637 xawtv.</LI> 637 xawtv.</LI>
638 </UL> 638 </UL>
639 </P> 639 </P>
1579 <LI>General SIGILL (signal 4):<BR> 1579 <LI>General SIGILL (signal 4):<BR>
1580 Problem: you compiled and run mplayer in different machines 1580 Problem: you compiled and run mplayer in different machines
1581 (for example compiled on P3 and running on celeron)<BR> 1581 (for example compiled on P3 and running on celeron)<BR>
1582 Solution: compile MPlayer on the same machine where you will use it!<BR> 1582 Solution: compile MPlayer on the same machine where you will use it!<BR>
1583 Workaround: ./configure --disable-sse etc. options</LI> 1583 Workaround: ./configure --disable-sse etc. options</LI>
1584
1585 <LI>"Internal buffer inconsistency" during MEncoder run:<BR>
1586 Problem: known gcc 2.96 bug, no fix yet. If you have gcc 2.95, you
1587 have a libmp3lame library that was compiled with gcc 2.96 (installed from
1588 a deb/rpm package?). Check which lib does MEncoder found : ldd mencoder.</LI>
1584 </UL> 1589 </UL>
1585 1590
1586 <P>Various A-V sync and other audio problems:</P> 1591 <P>Various A-V sync and other audio problems:</P>
1587 1592
1588 General audio delay or jerky sound (exists with all or many files):<BR> 1593 General audio delay or jerky sound (exists with all or many files):<BR>