Hi guys, i just updated my Mplayer from the CVS & wanted to install it, but i get the following error: vd_ffmpeg.c: In function `init': vd_ffmpeg.c:150: `FF_DEBUG_VIS_MB_TYPE' undeclared (first use in this function) vd_ffmpeg.c:150: (Each undeclared identifier is reported only once vd_ffmpeg.c:150: for each function it appears in.) vd_ffmpeg.c:150: `FF_DEBUG_VIS_QP' undeclared (first use in this function) vd_ffmpeg.c: In function `get_buffer': vd_ffmpeg.c:549: warning: assignment from incompatible pointer type vd_ffmpeg.c: In function `decode': vd_ffmpeg.c:682: warning: assignment from incompatible pointer type make[1]: *** [vd_ffmpeg.o] Error 1 make[1]: Leaving directory `/home/stanislav/downloads/main/libmpcodecs' make: *** [libmpcodecs/libmpcodecs.a] Error 2 any help would be appreciated. Regards, stantchev
install libavcodec (ffmpeg) from CVS. cvs -z9 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg co ffmpeg then copy libavcodec directory to mplayer cvs dir. cp -a ffmpeg/libavcodec main/ -- Windows is not the answer. Windows is the question. The answer is NO.
participants (2)
-
Daniel Kenzelmann -
Stanislav Stantchev