[MPlayer-cvslog] r36977 - trunk/configure

Reimar Döffinger Reimar.Doeffinger at gmx.de
Wed Mar 5 21:59:53 CET 2014


On 05.03.2014, at 20:14, Ingo Brückl <ib at wupperonline.de> wrote:
>> Author: reimar
>> Date: Wed Mar  5 19:42:10 2014
>> New Revision: 36977
> 
>> Log:
>> Fix configure on a clean checkout.
> 
>> Modified:
>>   trunk/configure
> 
>> Modified: trunk/configure
>> =========================================================================
>> =====
>> +++ trunk/configure     Wed Mar  5 19:42:10 2014        (r36977)
>> @@ -7098,6 +7098,7 @@ if test "$ffmpeg_so" = auto ; then
>> fi
>> 
>> if test "$ffmpeg" = yes; then
>> +  touch config.h
> 
> So I have to recompile now every time I'm doing a configure that doesn't
> change config.h at all?

Well, I would have expected that to be kind of rare.
But no, that was just me being stupid and in a hurry to fix the breakage.
It should be
test -e config.h || touch config.h


More information about the MPlayer-cvslog mailing list