# HG changeset patch # User diego # Date 1175615955 0 # Node ID 2169e9435f2a4dcfcbcb1d6b79ff075f54eca1ab # Parent 9beecb275bae006cf2dbdad64a2f7149b22d8617 CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest conditionals. diff -r 9beecb275bae -r 2169e9435f2a Makefile --- a/Makefile Tue Apr 03 15:57:38 2007 +0000 +++ b/Makefile Tue Apr 03 15:59:15 2007 +0000 @@ -164,10 +164,10 @@ 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)