diff --git a/libavformat/Makefile b/libavformat/Makefile index 2e5fa97937..fc289a3b31 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -164,10 +164,10 @@ OBJS+= avio.o aviobuf.o ifeq ($(CONFIG_PROTOCOLS),yes) OBJS+= file.o +endif ifeq ($(CONFIG_NETWORK),yes) OBJS+= udp.o tcp.o http.o rtsp.o rtp.o rtpproto.o mpegts.o rtp_h264.o endif -endif NAME=avformat LIBVERSION=$(LAVFVERSION)