[MPlayer-cvslog] r31209 - trunk/configure

Reinhard Tartler siretart at tauware.de
Tue May 25 00:36:15 CEST 2010


On Mo, Mai 24, 2010 at 21:45:10 (CEST), Reimar Döffinger wrote:

>> @@ -6458,15 +6453,9 @@ int main(void) {
>>  }
>>  EOF
>>      _fribidi=no
>> -    _inc_tmp=""
>> -    _ld_tmp="-lfribidi"
>> +    _inc_tmp="$($_pkg_config --cflags fribidi)"
>> +    _ld_tmp="$($_pkg_config --libs fribidi)"
>>      cc_check $_inc_tmp $_ld_tmp && _fribidi=yes
>> -    if $_fribidiconfig --version > /dev/null 2>&1 &&
>> -       test "$_fribidi" = no ; then
>> -        _inc_tmp="$($_fribidiconfig --cflags)"
>> -        _ld_tmp="$($_fribidiconfig --libs)"
>> -        cc_check $_inc_tmp $_ld_tmp && _fribidi=yes
>> -    fi
>
> And why did you have to drop the version that worked without any
> of that *config crap? I certainly don't want to waste my time with
> getting pkg-config to work on cygwin in a way that works for compiling
> a MinGW program, compiling MPlayer isn't supposed to be an entertainment
> for multiple weekends.

can you please check again, it should now work even without pkg-config.

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



More information about the MPlayer-cvslog mailing list