summaryrefslogtreecommitdiffstats
path: root/libmpdemux/Makefile
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-26 17:37:55 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-26 17:37:55 +0000
commit155f9d742ff4df39ba149f47baec8d518da36551 (patch)
tree4974dba2e908fee02be3aa5beb380ac99db4ab7b /libmpdemux/Makefile
parentb31df04b82e45fb5e3146ec0d2f64813283cf05a (diff)
downloadmpv-155f9d742ff4df39ba149f47baec8d518da36551.tar.bz2
mpv-155f9d742ff4df39ba149f47baec8d518da36551.tar.xz
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
Diffstat (limited to 'libmpdemux/Makefile')
-rw-r--r--libmpdemux/Makefile7
1 files changed, 6 insertions, 1 deletions
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