[MPlayer-cvslog] r23745 - in trunk: DOCS/tech/slave.txt command.c etc/input.conf etc/menu.conf help/help_mp-en.h input/input.c input/input.h

SciFi sci-fi at hush.ai
Tue Jul 10 04:54:00 CEST 2007


On 2007-07-09 15:08:25 -0500, Reimar Döffinger   
<Reimar.Doeffinger at stud.uni-karlsruhe.de> said:

> Hello,
> On Mon, Jul 09, 2007 at 09:33:10PM +0200, Guillaume POIRIER wrote:
>> command.c:1443: error: (Each undeclared identifier is reported only once
>> command.c:1443: error: for each function it appears in.)
>> command.c:1444: error: 'force_load_font' undeclared (first use in this fu
> nction)
> 
> force_load_font must be under freetype ifdef as it is in vo_gl.c.
> 
> Greetings,
> Reimar Döffinger

Go up s'more in Guillaume's snip, I'm seeing this also on intel-based darwin:
[...]
mp_core.h:124: warning: redundant redeclaration of 'vo_gamma_hue'
libvo/video_out.h:226: warning: previous declaration of 'vo_gamma_hue' was here
command.c: In function 'mp_property_sub_scale':
command.c:1443: error: 'text_font_scale_factor' undeclared (first use 
in this function)
.                       ^^^^^^^^^^^^^^^^^^^^^^
command.c:1443: error: (Each undeclared identifier is reported only once
command.c:1443: error: for each function it appears in.)
command.c:1444: error: 'force_load_font' undeclared (first use in this 
function)
command.c: In function 'run_command':
command.c:2617: warning: unused variable 'button'
make: *** [command.o] Error 1
make: Leaving directory `/Users/scifi/Projects/mplayer_svn'
[...]

In particular it's difficult to ifdef text_font_scale_factor also in 
this commit.
I can't find an easy way to bypass all this new code when freetype 
support is not needed.
But I know the new slave command is needed for other ppl.
Thanks for any help.





More information about the MPlayer-cvslog mailing list