[MPlayer-users] build problem if NATIVE_RTSP=no

Szabolcs Nagy nszabolcs at gmail.com
Wed Apr 30 14:38:23 CEST 2008


i failed to build mplayer with libnemesi instead of native rtsp
final linking of mplayer fails with:

  cc -o mplayer mplayer.o [...]
  stream/realrtsp/real.o: In function `real_get_rdt_chunk':
  real.c:(.text+0x92): undefined reference to `rtsp_read_data'
  real.c:(.text+0x10a): undefined reference to `rtsp_read_data'
  [...]

`rtsp_read_data' is defined in stream/librtsp/... which wasn't
compiled since NATIVE_RTSP=no
it looks as if either rtsp_read_data should be defined in libnemesi or
real.o should be excluded from the linking

or am i doing something wrong?
any hint is appreciated



More information about the MPlayer-users mailing list