diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2002-07-24 18:04:24 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2002-07-24 18:04:24 +0000 |
commit | bdd7d518480f0eb8ad0262eefb60c67dbce85ffb (patch) | |
tree | 46327a4495664b4975a451f6429487650833ea23 | |
parent | 94ef68647cef9aafef946ae0fc07cc874d5a6084 (diff) | |
download | ffmpeg-bdd7d518480f0eb8ad0262eefb60c67dbce85ffb.tar.gz |
added compilation of RTP/RTSP stuff
Originally committed as revision 799 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libav/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |