bpa;202920 Wrote: 
> T
> Edit:
> Did a little more looking.
> 
> It looks like a compiler message possibly because compiler built for
> wrong processor or wrongly selected during compilation.
> For selection make sure the compiler arch is set as follows
> '-march=armv5te'

Thanks for your help. I came to the same point in the meantime. Now I'm
using mplayer-export-2007-05-18 and

CGLAGS="-I/volume1/SSODS/include -march=armv5te" ./configure
--target=armv5tel-linux-gnu --enable-armv5te --prefix=/volume1/SSODS
--disable-mencoder --language=en,de,fr --disable-jpeg  --disable-gif
--disable-tga  --disable-liblzo --disable-tv  --disable-dvb
--disable-sdl --disable-pnm --disable-xvid --disable-toolame
--disable-mad --disable-png --disable-vm  --enable-md5sum
--disable-menu --charset=US-ASCII --disable-dvdread 
--mandir=/volume1/SSODS/man --disable-tv  --disable-bitmap-font
--disable-freetype --disable-fontconfig

and that seems to work. I just have issues with termcap or so:


Code:
--------------------
    
  cc -o mplayer mplayer.o m_property.o mp_fifo.o mp_msg.o mixer.o 
parser-mpcmd.o subopt-helper.o command.o asxparser.o codec-cfg.o cpudetect.o 
edl.o find_sub.o m_config.o m_option.o m_struct.o mpcommon.o parser-cfg.o 
playtree.o playtreeparser.o spudec.o sub_cc.o subreader.o vobsub.o unrarlib.o 
libvo/libvo.a libao2/libao2.a input/libinput.a libmpcodecs/libmpcodecs.a 
libaf/libaf.a libmpdemux/libmpdemux.a stream/stream.a libswscale/libswscale.a 
libvo/libosd.a libavformat/libavformat.a libavcodec/libavcodec.a 
libavutil/libavutil.a libpostproc/libpostproc.a mp3lib/libmp3.a liba52/liba52.a 
libmpeg2/libmpeg2.a libfaad2/libfaad2.a tremor/libvorbisidec.a 
dvdread/libdvdread.a libdvdcss/libdvdcss.a osdep/libosdep.a  -Wl,-z,noexecstack 
 -L/volume1/SSODS/lib   -lncurses -lz -lspeex -lmpcdec -lpthread -ldl -rdynamic 
 -lm   
  mplayer.o: In function `main':
  mplayer.c:(.text+0x7250): undefined reference to `load_termcap'
  mp_msg.o: In function `mp_msg_init':
  mp_msg.c:(.text+0x248): undefined reference to `get_term_charset'
  command.o: In function `mp_property_sub':
  command.c:(.text+0x4624): undefined reference to `ass_enabled'
  command.o: In function `run_command':
  command.c:(.text+0x5f38): undefined reference to `ass_step_sub'
  mpcommon.o: In function `update_subtitles':
  mpcommon.c:(.text+0x8d0): undefined reference to `ass_enabled'
  mpcommon.c:(.text+0x8d4): undefined reference to `ass_library'
  mpcommon.c:(.text+0x980): undefined reference to `ass_default_track'
  mpcommon.c:(.text+0xadc): undefined reference to `ass_process_subtitle'
  collect2: ld returned 1 exit status
  make: *** [mplayer] Error 1
  
  
--------------------


Still trying.. :-)


-- 
flipflip

Check out flipflip's 'SlimServer On DiskStation (SSODS)'
(http://oinkzwurgl.org/ssods/)!
------------------------------------------------------------------------
flipflip's Profile: http://forums.slimdevices.com/member.php?userid=5223
View this thread: http://forums.slimdevices.com/showthread.php?t=34178

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to