mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
added compilation of RTP/RTSP stuff
Originally committed as revision 799 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
94ef68647c
commit
bdd7d51848
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user