Mercurial > mplayer.hg
diff stream/Makefile @ 24564:e4a38a7cdb81
libnemesi support, yet another rtsp/rtp library...
author | lu_zero |
---|---|
date | Wed, 19 Sep 2007 21:38:22 +0000 |
parents | 2107f38b6ca1 |
children | d81eef9beb1b |
line wrap: on
line diff
--- a/stream/Makefile Wed Sep 19 20:45:29 2007 +0000 +++ b/stream/Makefile Wed Sep 19 21:38:22 2007 +0000 @@ -28,19 +28,22 @@ udp.c \ tcp.c \ stream_rtp.c \ - stream_rtsp.c \ stream_udp.c \ + realrtsp/asmrp.c \ + realrtsp/real.c \ + realrtsp/rmff.c \ + realrtsp/sdpplin.c \ + realrtsp/xbuffer.c \ + +SRCS_COMMON-$(NATIVE_RTSP) += stream_rtsp.c \ freesdp/common.c \ freesdp/errorlist.c \ freesdp/parser.c \ librtsp/rtsp.c \ librtsp/rtsp_rtp.c \ librtsp/rtsp_session.c \ - realrtsp/asmrp.c \ - realrtsp/real.c \ - realrtsp/rmff.c \ - realrtsp/sdpplin.c \ - realrtsp/xbuffer.c \ + +SRCS_COMMON-$(LIBNEMESI) += stream_nemesi.c SRCS_COMMON-$(PVR) += stream_pvr.c SRCS_COMMON-$(RADIO) += stream_radio.c