Compiled with following options (only interested by some plugins here)
%configure --enable-release\
                --enable-lame-bin \
                --disable-kde\
                --disable-samples\
                --disable-mad\
                --disable-vorbis\
                --disable-ffmpeg\
                --disable-a52

gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -DHAVE_AV_CONFIG_H -I./.. 
-I./../.. -Wall -Wno-unused -I../../../include -O4 -fomit-frame-pointer 
-march=i586 -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 
-ffast-math -fno-strength-reduce -pipe -c cputest.c -MT cputest.lo -MD -MP 
-MF .deps/cputest.TPlo  -fPIC -DPIC -o cputest.lo
cputest.c: In function `mm_support':
cputest.c:58: `MM_MMX' undeclared (first use in this function)
cputest.c:58: (Each undeclared identifier is reported only once
cputest.c:58: for each function it appears in.)
cputest.c:60: `MM_MMXEXT' undeclared (first use in this function)
cputest.c:60: `MM_SSE' undeclared (first use in this function)
cputest.c:62: `MM_SSE2' undeclared (first use in this function)
cputest.c:76: `MM_3DNOW' undeclared (first use in this function)
make[3]: *** [cputest.lo] Erreur 1

Strangely, it works fine with 
%configure --enable-release \
    --enable-lame-bin \
    --disable-win32
-- 
Guillaume Rousse <[EMAIL PROTECTED]>
GPG key http://lis.snv.jussieu.fr/~rousse/gpgkey.html

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to