[MPlayer-cvslog] r26660 - trunk/configure
    Reimar Döffinger 
    Reimar.Doeffinger at stud.uni-karlsruhe.de
       
    Tue May  6 16:45:42 CEST 2008
    
    
  
Hello,
On Sat, May 03, 2008 at 05:40:12PM +0200, diego wrote:
> Author: diego
> Date: Sat May  3 17:40:12 2008
> New Revision: 26660
> 
> Log:
> Use a regular expression to filter out all external library parts from FFmpeg.
> In the rare cases we use some of those external libraries, add them explicitly
> instead of removing them if the library is disabled.
That does not work like that, due to conflicts with --disable-encoder
etc. handling.
E.g. the x264 check uses
>  if echo $_libavencoders | grep -q X264 ; then
which is now always wrong.
Greetings,
Reimar Döffinger
    
    
More information about the MPlayer-cvslog
mailing list