Commit ab3bdd58 authored by bellard's avatar bellard

added compilation of RTP/RTSP stuff


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@799 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 87ab531f
...@@ -25,7 +25,7 @@ OBJS+= audio.o ...@@ -25,7 +25,7 @@ OBJS+= audio.o
endif endif
ifeq ($(CONFIG_NETWORK),yes) ifeq ($(CONFIG_NETWORK),yes)
OBJS+= udp.o http.o OBJS+= udp.o tcp.o http.o rtsp.o rtp.o rtpproto.o
endif endif
LIB= libavformat.a LIB= libavformat.a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment