I am buliding vlc 1.1.0 and i think i got the problem " error: 'FF_MM_MMX' undeclared (first use in this function)" as follows:
avcodec.c:265:32: error: 'FF_MM_MMX' undeclared (first use in this function)
avcodec.c:265:32: note: each undeclared identifier is reported only once for eac
h function it appears in
avcodec.c:269:32: error: 'FF_MM_MMXEXT' undeclared (first use in this function)
avcodec.c:273:32: error: 'FF_MM_3DNOW' undeclared (first use in this function)
avcodec.c:277:32: error: 'FF_MM_SSE' undeclared (first use in this function)
avcodec.c:281:32: error: 'FF_MM_SSE2' undeclared (first use in this function)
avcodec.c: In function 'InitLibavcodec':
avcodec.c:386:9: warning: 'avcodec_init' is deprecated (declared at C:/msys/1.0/
win32/include/libavcodec/avcodec.h:3659) [-Wdeprecated-declarations]
make[6]: *** [libavcodec_plugin_la-avcodec.lo] Error 1
make[6]: Leaving directory `/home/PC/vlc/modules/codec/avcodec'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/home/PC/vlc/modules/codec/avcodec'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/PC/vlc/modules/codec'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/PC/vlc/modules/codec'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/PC/vlc/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/PC/vlc'
make: *** [all] Error 2
i just do not know how to deal with this, who can help me solving this.
Thank you very much !
Liyake825