From 8fc433b476eaf277a6342c6165cb52d813fbb3fd Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 14 Nov 2006 01:02:30 +0000 Subject: [PATCH] Remove wrong/misleading comment. Originally committed as revision 7030 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/Makefile b/libavformat/Makefile index dee7b1911a..647383aace 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -167,7 +167,6 @@ ifeq ($(CONFIG_PROTOCOLS),yes) OBJS+= file.o ifeq ($(CONFIG_NETWORK),yes) OBJS+= udp.o tcp.o http.o rtsp.o rtp.o rtpproto.o mpegts.o base64.o rtp_h264.o -# BeOS and Darwin network stuff ifeq ($(NEED_INET_ATON),yes) OBJS+= barpainet.o endif