Mercurial > mplayer.hg
diff libmpdemux/Makefile @ 18799:e16345b97dab
moved generic rtsp related files from realrtsp to librtsp
author | ben |
---|---|
date | Fri, 23 Jun 2006 21:38:28 +0000 |
parents | 42001f5086d2 |
children | ef667dd373e2 |
line wrap: on
line diff
--- a/libmpdemux/Makefile Fri Jun 23 20:32:32 2006 +0000 +++ b/libmpdemux/Makefile Fri Jun 23 21:38:28 2006 +0000 @@ -135,11 +135,12 @@ SRCS += realrtsp/asmrp.c \ realrtsp/real.c \ realrtsp/rmff.c \ - realrtsp/rtsp.c \ - realrtsp/rtsp_session.c \ realrtsp/sdpplin.c \ realrtsp/xbuffer.c \ +SRCS += librtsp/rtsp.c \ + librtsp/rtsp_session.c \ + ifeq ($(STREAMING_LIVE555),yes) CPLUSPLUSSRCS = demux_rtp.cpp demux_rtp_codec.cpp CPLUSPLUSINCLUDE = $(LIVE_INCLUDES) @@ -185,7 +186,9 @@ $(ALSA_LIB) $(VORBIS_LIB) $(CDPARANOIA_LIB) -lz -lpthread clean: - rm -f *.o *.a *~ realrtsp/*.o realrtsp/*.a realrtsp/*~ + rm -f *.o *.a *~ \ + realrtsp/*.o realrtsp/*.a realrtsp/*~ \ + librtsp/*.o librtsp/*.a librtsp/*~ distclean: clean rm -f .depend test