From 155f9d742ff4df39ba149f47baec8d518da36551 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 26 Jun 2006 17:37:55 +0000 Subject: new imported library in libmpdemux: freesdp (will be used by native rtsp demuxer) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18827 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libmpdemux/Makefile') diff --git a/libmpdemux/Makefile b/libmpdemux/Makefile index ab32d53a61..2179ea3e36 100644 --- a/libmpdemux/Makefile +++ b/libmpdemux/Makefile @@ -141,6 +141,10 @@ SRCS += realrtsp/asmrp.c \ SRCS += librtsp/rtsp.c \ librtsp/rtsp_session.c \ +SRCS += freesdp/common.c \ + freesdp/errorlist.c \ + freesdp/parser.c \ + ifeq ($(STREAMING_LIVE555),yes) CPLUSPLUSSRCS = demux_rtp.cpp demux_rtp_codec.cpp CPLUSPLUSINCLUDE = $(LIVE_INCLUDES) @@ -188,7 +192,8 @@ test: $(LIBNAME) test.c clean: rm -f *.o *.a *~ \ realrtsp/*.o realrtsp/*.a realrtsp/*~ \ - librtsp/*.o librtsp/*.a librtsp/*~ + librtsp/*.o librtsp/*.a librtsp/*~ \ + freesdp/*.o freesdp/*.a freesdp/*~ distclean: clean rm -f .depend test -- cgit v1.2.3