[MPlayer-dev-eng] [PATCH] 2d denoiser, next

Arpi arpi at thot.banki.hu
Mon Oct 6 01:12:56 CEST 2003


Hi,

> This is next edition of my filter. Dualpass filtrating, At this moment
> MMX2 optimizations only.
> Fell free to apply/comment/etc

doenst compile (gcc 2.95.3):

gcc -c -g -O4 -march=i686 -mcpu=i686 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -Inative -I..
-I../libmpdemux -I../loader  -D_GNU_SOURCE -I../libmpflac -o vf_hqdnsm.o
vf_hqdnsm.c
vf_hqdnsm.c:579: parse error
make[1]: *** [vf_hqdnsm.o] Error 1
make[1]: Leaving directory /demo/mplayer/main/libmpcodecs'
make: *** [libmpcodecs/libmpcodecs.a] Error 2

no wonder:
..
                "movd           %%mm0,  %%eax   \n\t"
#elif
                "popl           %%eax           \n\t" // calculate actual pixel
..

#elif should be followed by a conditional expression, afaik.
maybe you wanted to use #else there?


A'rpi / Astral & ESP-team

--
Developer of MPlayer G2, the Movie Framework for all - http://www.MPlayerHQ.hu



More information about the MPlayer-dev-eng mailing list