[MPlayer-users] mplayer and aalib

Markus Laux markus.laux at arcor.de
Tue Apr 17 20:52:28 CEST 2007


hi,

Reimar Döffinger schrieb:
> Hello,
> On Tue, Apr 17, 2007 at 08:23:40PM +0200, Markus Laux wrote:
>   
>>
>> ============ Checking for AA ============
>> Result is: yes 
>> #########################################
>>
>> but i'm not used to reading logs, so i wanted to attach the whole file, but it's too big. perhaps you can tell me which part you will need, so i can shorten the log.
>>     
>
> That is exactly the right part, just that you should not have used
> --enable-aa during the last configure run before examining configure.log
>   
but this is the part i don't understand: first i compiled mplayer
without anything, just ./configure.
then "mplayer -vo help" said that aa is not available. so there must
already have been an error at this point.
so, after reading the help-file, i tried "--enable-aa" which seems has
been a mistake.
> Then it should look similar to this:
>
> ============ Checking for AA ============
>
> #include <aalib.h>
> extern struct aa_hardware_params aa_defparams;
> extern struct aa_renderparams aa_defrenderparams;
> int main(void) {
> aa_context *c;
> aa_renderparams *p;
> (void) aa_init(0, 0, 0);
> c = aa_autoinit(&aa_defparams);
> p = aa_getrenderparams();
> aa_autoinitkbd(c,0);
> return 0; }
>
> cc -g2 -W -Wall -Wno-unused-parameter -O4 -march=x86-64  -pipe
> -ffast-math -fomit-frame-pointer  -I/usr/X11R6/include     -lncurses
> -lsmbclient   -lXext -lX11 -lpthread -lXv -lXvMC -lXvMCNVIDIA -lXinerama
> -lXxf86vm -lXxf86dga -lGL -ldl -lggi  -o /tmp/mplayer-conf-30011-1076.o
> /tmp/mplayer-conf-1486-1076.c -laa
>
>
> Result is: yes
> #########################################
>   
so what can i do next?
kr,

markus



More information about the MPlayer-users mailing list