[Mplayer-cvslog] CVS: 0_90/DOCS/Italian codecs.html,1.13,1.14	documentation.html,1.18,1.19
    Diego Biurrun 
    diego at biurrun.de
       
    Fri Jun 13 13:09:21 CEST 2003
    
    
  
gabucino at mplayerhq.hu writes:
 > Diego Biurrun CVS wrote:
 > > +    <CODE>$ ./configure --enable-qtx</CODE></LI>
 > Why? It's autodetected.
That was just blind text substitution since I had renamed that option:
for j in Chinese French German Hungarian Italian; do cd /usr/src/mplayer/0_90/DOCS/$j; for i in codecs.html documentation.html; do cat $i | sed s/--enable-qtx-codecs/--enable-qtx/g > /tmp/bla; mv /tmp/bla $i; done; done
You are right, that step can be safely removed from codecs.html, it is
no longer necessary.  Feel free to do so ;-)
It is _not_ autodetected on Cygwin, BTW, so it has to remain in the
Cygwin section.
Diego
    
    
More information about the MPlayer-cvslog
mailing list