From bdd7d518480f0eb8ad0262eefb60c67dbce85ffb Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Wed, 24 Jul 2002 18:04:24 +0000 Subject: added compilation of RTP/RTSP stuff Originally committed as revision 799 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libav/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libav') diff --git a/libav/Makefile b/libav/Makefile index 48dacabe5d..8ff2acfe75 100644 --- a/libav/Makefile +++ b/libav/Makefile @@ -25,7 +25,7 @@ OBJS+= audio.o endif ifeq ($(CONFIG_NETWORK),yes) -OBJS+= udp.o http.o +OBJS+= udp.o tcp.o http.o rtsp.o rtp.o rtpproto.o endif LIB= libavformat.a -- cgit v1.2.3