Well - I got the SDL 0.4.6 and went thru it all again, but still no dice - got the same errors
 
 
SDL_dxr3video.c -MT SDL_dxr3video.lo -MD -MP -MF .deps/SDL_dxr3video.TPlo  -fPIC -DPIC -o .libs/SDL_dxr3video.lo
SDL_dxr3video.c:38:26: linux/em8300.h: No such file or directory
SDL_dxr3video.c: In function `DXR3_SetVideoMode':
SDL_dxr3video.c:186: `em8300_register_t' undeclared (first use in this function)
SDL_dxr3video.c:186: (Each undeclared identifier is reported only once
SDL_dxr3video.c:186: for each function it appears in.)
SDL_dxr3video.c:186: parse error before "reg"
SDL_dxr3video.c:241: `EM8300_PLAYMODE_PLAY' undeclared (first use in this function)
SDL_dxr3video.c:242: `EM8300_IOCTL_SET_PLAYMODE' undeclared (first use in this function)
SDL_dxr3video.c:248: `reg' undeclared (first use in this function)
SDL_dxr3video.c:250: `MVCOMMAND_SYNC' undeclared (first use in this function)
SDL_dxr3video.c:251: `EM8300_IOCTL_WRITEREG' undeclared (first use in this function)
SDL_dxr3video.c:257: `EM8300_SUBDEVICE_VIDEO' undeclared (first use in this function)
SDL_dxr3video.c:258: `EM8300_IOCTL_FLUSH' undeclared (first use in this function)
SDL_dxr3video.c:259: `EM8300_SUBDEVICE_AUDIO' undeclared (first use in this function)
SDL_dxr3video.c:267: `EM8300_ASPECTRATIO_4_3' undeclared (first use in this function)
SDL_dxr3video.c:269: `EM8300_ASPECTRATIO_16_9' undeclared (first use in this function)
SDL_dxr3video.c:270: `EM8300_IOCTL_SET_ASPECTRATIO' undeclared (first use in this function)
make[3]: *** [SDL_dxr3video.lo] Error 1
make[3]: Leaving directory `/home/mark/downloads/freevo/SDL12/src/video/dxr3'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/mark/downloads/freevo/SDL12/src/video'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mark/downloads/freevo/SDL12/src'
make: *** [all-recursive] Error 1
I changed the line above (in red) to where the file was and make carried on...
 
This seems a little strange to me as I've followed the how tos to the letter with the exception of the redhat specific dxr3 src and downloading the CVS of ffmpeg which I'm not using now...
 
Anyhoo, on to the next step...
 
 
----- Original Message -----
Sent: Tuesday, August 05, 2003 12:59 PM
Subject: Re: [Freevo-users] Dxr3 & SDL?

I'll try that in a bit and let you know - I think I got the CVS version cause the link in the wiki wasn't responding...
 
Anhoo I'm sure I can get round that one way or another.
----- Original Message -----
Sent: Tuesday, August 05, 2003 12:41 PM
Subject: Re: [Freevo-users] Dxr3 & SDL?

ah.. ffmpeg is your problem then, you cant run the cvs version. You have to download the one that i wrote in the wiki.
wget http://unc.dl.sourceforge.net/sourceforge/ffmpeg/ffmpeg-0.4.6.tar.gz
tar xzfv ffmpeg-0.4.6.tar.gz
cd ffmpeg-0.4.6
./configure --enable-shared
make
make install
think that will solve your problem.
Dont know about rh, I hate it myself, so if it's rh related I cant help ya ;)
 

Reply via email to