[MPlayer-cvslog] r32973 - trunk/mplayer.c

Ingo Brückl ib at wupperonline.de
Fri Mar 11 00:20:01 CET 2011


Reimar Döffinger wrote on Thu, 10 Mar 2011 20:47:42 +0100:

> On Thu, Mar 10, 2011 at 11:08:16AM +0100, Ingo Brückl wrote:
>> Reimar Döffinger wrote on Wed, 9 Mar 2011 22:20:01 +0100:
>>
>> > You should really reuse the code from ffmpeg/common.mak,
>> > the one under "ifndef V"
>>
>> I can't use the same code (due to codecs.conf.h and help_mp.h), but can
>> do it similarly.

> You'll have to explain that. I used almost the same code (at most minor
> changes) and it worked just fine.

It's because codecs.conf.h and help_mp.h have different (more informational)
printfs:

  printf "GEN\t%s,  " $@

  printf "GEN\t%s from %s %s\n" $@ $(HELP_FILE) $(CHARSET)

If I'm wasting my time here, because this solution isn't desirable and/or
acceptable, please just tell me.

Ingo


More information about the MPlayer-cvslog mailing list