added compilation of RTP/RTSP stuff

Originally committed as revision 799 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Fabrice Bellard 23 years ago
parent 94ef68647c
commit bdd7d51848
  1. 2
      libav/Makefile

@ -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

Loading…
Cancel
Save