Hey Guys,
I've been playing around with the native sdk for rc5 trying to get mplayer 1.0pre5 to compile. Unfortunatly its been giving me a tough time. It looks like codec-cfg.c is giving me all the trouble. I found this site
http://www.xy1.org/mplayer-users@mplayerhq.hu/msg00104.htmlwhich appears to have the same error i do but the fix on that page didn't seem to have any effect. If anyone has any ideas on what i need to do please hit me upside the head with them. I've pasted the error output from make below.
Thanks,
Moriarty
cc -c -I../libvo -I../../libvo -I/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/include/ -O4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -Ilibmpdemux -Iloader -Ilibvo -I/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/include/freetype2 -I/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/include/SDL -D_REENTRANT -I/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/include/ -o codec-cfg.o codec-cfg.c
codec-cfg.c: In function `parse_codec_cfg':
codec-cfg.c:501: error: `builtin_video_codecs' undeclared (first use in this function)
codec-cfg.c:501: error: (Each undeclared identifier is reported only once
codec-cfg.c:501: error: for each function it appears in.)
codec-cfg.c:502: error: `builtin_audio_codecs' undeclared (first use in this function)
make: *** [codec-cfg.o] Error 1