hello, i've some troubels compiling mplayer with libdvdcss and dxr3. Is there an solution for this? gcc -c -O4 -march=pentium -mcpu=pentium -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibmpdemux -Iloader -Ilibvo -o dec_video.o dec_video.c dec_video.c: In function `init_video': dec_video.c:354: structure has no member named `image' dec_video.c:355: structure has no member named `image' dec_video.c:360: structure has no member named `image' dec_video.c:360: `MP_IMGTYPE_STATIC' undeclared (first use in this function) dec_video.c:360: (Each undeclared identifier is reported only once dec_video.c:360: for each function it appears in.) dec_video.c:411: structure has no member named `image' dec_video.c:412: structure has no member named `image' dec_video.c:413: structure has no member named `image' dec_video.c:413: `MP_IMGFLAG_YUV' undeclared (first use in this function) dec_video.c:570: structure has no member named `image' dec_video.c:598: structure has no member named `image' dec_video.c:615: structure has no member named `image' dec_video.c:623: structure has no member named `image' dec_video.c: In function `decode_video': dec_video.c:642: `mp_image_t' undeclared (first use in this function) dec_video.c:642: `mpi' undeclared (first use in this function) dec_video.c:642: structure has no member named `image' dec_video.c:643: parse error before `unsigned' dec_video.c:656: `MP_IMGTYPE_EXPORT' undeclared (first use in this function) dec_video.c:657: `MP_IMGFLAG_ALLOCATED' undeclared (first use in this function) dec_video.c:657: `MP_IMGFLAG_DIRECT' undeclared (first use in this function) dec_video.c:660: `MP_IMGFLAG_PLANAR' undeclared (first use in this function) dec_video.c:660: `MP_IMGFLAG_YUV' undeclared (first use in this function) dec_video.c:685: `out_fmt' undeclared (first use in this function) dec_video.c:686: `blit_frame' undeclared (first use in this function) dec_video.c:967: `t2' undeclared (first use in this function) dec_video.c:967: `t' undeclared (first use in this function) dec_video.c:971: `planar' undeclared (first use in this function) dec_video.c:977: warning: unreachable code at beginning of switch statement make: *** [dec_video.o] Error 1 greetz, johan